genode/repos/gems/src/server/wm/last_motion.h
2017-02-28 12:59:29 +01:00

23 lines
476 B
C++

/*
* \brief Type of client that receive the last motion event
* \author Norman Feske
* \date 2014-06-10
*/
/*
* Copyright (C) 2014-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#ifndef _LAST_MOTION_H_
#define _LAST_MOTION_H_
namespace Wm {
enum Last_motion { LAST_MOTION_NITPICKER, LAST_MOTION_DECORATOR };
}
#endif /* _LAST_MOTION_H_ */