summaryrefslogtreecommitdiff
path: root/frame.h
diff options
context:
space:
mode:
authorGary Wong <gtw@gnu.org>2009-08-28 22:13:39 -0600
committerGary Wong <gtw@gnu.org>2009-08-28 22:13:39 -0600
commitae6d0a2457caaff50aeacafd6a336a15bf70db90 (patch)
tree79a1768a3bc2b57fffcb2337cc50f01613db9939 /frame.h
parent589adb7718321cda673c70a115d105a6e181a8d1 (diff)
Properly handle events of Withdrawn clients, even if still reparented.
Diffstat (limited to 'frame.h')
-rw-r--r--frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frame.h b/frame.h
index a46bb79..72c67a6 100644
--- a/frame.h
+++ b/frame.h
@@ -3,6 +3,6 @@
extern void synthetic_configure_notify( struct gwm_window *window );
-extern event_handler frame_handlers[];
+extern event_handler frame_handlers[], childless_handlers[];
#endif