summaryrefslogtreecommitdiff
path: root/wndproc.c
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-06-14 15:45:27 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-06-15 12:36:55 +0100
commit53cf43b275964a84ed2a3fb9c05a77521e07d074 (patch)
tree141059b63b953db816f92e555e8f67ac005c56f8 /wndproc.c
parent3673fcb94804ae4e31e20a5d18f7f4e43850098f (diff)
Refactor as a library, which can be used by XWin X server, and a test application
Diffstat (limited to 'wndproc.c')
-rw-r--r--wndproc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wndproc.c b/wndproc.c
index 98fb974..f05b936 100644
--- a/wndproc.c
+++ b/wndproc.c
@@ -52,8 +52,6 @@
#define WIN_POLL_TIMEOUT 1
-#define WM_WM_REINIT (WM_USER + 1)
-
/*
* Process X events up to specified timeout
*/