X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmisc.h;h=750dddd7ae003d2081e264176bec844eb8a3ab01;hb=HEAD;hp=2b5584d73072e84a24a1cf7a8837a27c3e46c4ab;hpb=a71a98b667c298fef7895f4d9a07eccb06cc6090;p=chaz%2Fopenbox diff --git a/openbox/misc.h b/openbox/misc.h index 2b5584d7..750dddd7 100644 --- a/openbox/misc.h +++ b/openbox/misc.h @@ -43,22 +43,12 @@ typedef enum OB_NUM_CURSORS } ObCursor; -typedef enum -{ - OB_KEY_RETURN, - OB_KEY_ESCAPE, - OB_KEY_LEFT, - OB_KEY_RIGHT, - OB_KEY_UP, - OB_KEY_DOWN, - OB_NUM_KEYS -} ObKey; - typedef enum { OB_STATE_STARTING, OB_STATE_RUNNING, - OB_STATE_EXITING + OB_STATE_EXITING, + OB_STATE_RECONFIGURING } ObState; typedef enum