diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Window.cc b/src/Window.cc index 4c81124..98199c7 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -59,11 +59,6 @@ | |||
59 | #include <X11/extensions/shape.h> | 59 | #include <X11/extensions/shape.h> |
60 | #endif // SHAPE | 60 | #endif // SHAPE |
61 | 61 | ||
62 | //use GNU extensions | ||
63 | #ifndef _GNU_SOURCE | ||
64 | #define _GNU_SOURCE | ||
65 | #endif // _GNU_SOURCE | ||
66 | |||
67 | #include <X11/Xatom.h> | 62 | #include <X11/Xatom.h> |
68 | #include <X11/keysym.h> | 63 | #include <X11/keysym.h> |
69 | 64 | ||