X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Factions.hh;h=1a8d02c4c8e04195aea8e347d6e17d10dca29878;hb=3827c1a76e27865a9e2cc9da43c42399ea354e18;hp=7168fce459a95c1c58a30ab56b9b781d4dbab952;hpb=38f8155bf50af2a2bf13e8767236dae924abb157;p=chaz%2Fopenbox diff --git a/src/actions.hh b/src/actions.hh index 7168fce4..1a8d02c4 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -23,6 +23,16 @@ namespace ob { */ class OBActions : public otk::OtkEventHandler { public: + enum ActionType { + Action_ButtonPress, + Action_ButtonRelease, + Action_EnterWindow, + Action_LeaveWindow, + Action_KeyPress, + Action_MouseMotion, + NUM_ACTIONS + }; + struct ButtonReleaseAction { Window win; unsigned int button;