put typedefs and defs in header. organize declarations.

This commit is contained in:
Christopher Jeffrey
2012-02-08 16:45:08 -06:00
parent eee5668600
commit 69c31fc168
2 changed files with 64 additions and 33 deletions

View File

@@ -25,6 +25,11 @@
#define MONITOR_REPAINT 0
#define OPAQUE 0xffffffff
#define REGISTER_PROP "_NET_WM_CM_S"
#define WINDOW_SOLID 0
#define WINDOW_TRANS 1
#define WINDOW_ARGB 2
typedef enum {
WINTYPE_UNKNOWN,
@@ -340,5 +345,3 @@ handle_event(XEvent *ev);
static void
get_atoms();