diff options
author | Fernando Carrijo <fcarrijo@yahoo.com.br> | 2010-07-01 06:59:48 -0300 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-08 14:25:01 -0700 |
commit | 57c03e52e6b4e3ed54df5fdd778865467d08e119 (patch) | |
tree | c91d4085c268c62a102046bb78a1c684b95e25ec /src/xkbout.c | |
parent | 2db176bf5c644cf974f9137bda19e997500d04b1 (diff) |
Purge macro NEED_EVENTS
Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/xkbout.c')
-rw-r--r-- | src/xkbout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xkbout.c b/src/xkbout.c index 53457f1..8fedccb 100644 --- a/src/xkbout.c +++ b/src/xkbout.c @@ -49,7 +49,6 @@ #else #include <X11/X.h> -#define NEED_EVENTS #include <X11/keysym.h> #include <X11/Xproto.h> #include "misc.h" |