SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
x11/windowmaker/patches/patch-src_event_c
Normal file
12
x11/windowmaker/patches/patch-src_event_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- src/event.c.orig Wed Jun 8 13:25:33 2016
|
||||
+++ src/event.c Wed Jun 8 13:26:00 2016
|
||||
@@ -103,7 +103,9 @@ static void handleKeyPress(XEvent *event);
|
||||
static void handleFocusIn(XEvent *event);
|
||||
static void handleMotionNotify(XEvent *event);
|
||||
static void handleVisibilityNotify(XEvent *event);
|
||||
+#ifdef HAVE_INOTIFY
|
||||
static void handle_inotify_events(void);
|
||||
+#endif
|
||||
static void handle_selection_request(XSelectionRequestEvent *event);
|
||||
static void handle_selection_clear(XSelectionClearEvent *event);
|
||||
static void wdelete_death_handler(WMagicNumber id);
|
Loading…
Add table
Add a link
Reference in a new issue