#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/keysym.h>
#include <X11/Xatom.h>
#include <string>
#include <boost/tuple/tuple.hpp>
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/serialization/base_object.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Gizmod |
Classes | |
class | Gizmod::X11FocusEvent |
Data structure that holds information about X11 Focus events. More... | |
class | Gizmod::X11FocusWatcher |
Watches for focus changes on X11 windows. More... | |
struct | Gizmod::X11FocusWatcher::X11FocusWatcherThreadProc |
Enumerations | |
enum | Gizmod::X11FocusEventType { Gizmod::X11FOCUSEVENT_IN, Gizmod::X11FOCUSEVENT_OUT } |
Type that indicates the type of X11FocusEvent. More... |
Definition in file X11FocusWatcher.hpp.