summaryrefslogtreecommitdiff
path: root/frame.h
diff options
context:
space:
mode:
authorGary Wong <gtw@gnu.org>2009-08-22 23:28:45 -0600
committerGary Wong <gtw@gnu.org>2009-08-22 23:28:45 -0600
commit5430b3d8b0e0f9b9ba9173cf593616b7bb7a7035 (patch)
treea3e6a011c873429726e9bac00ff35dc96a613c53 /frame.h
parentfffece9125e8b208b63f3dbc888c1b3e16b2b598 (diff)
Send a synthetic ConfigureNotify to the client on reparenting a window.
Diffstat (limited to 'frame.h')
-rw-r--r--frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/frame.h b/frame.h
index 570925e..a46bb79 100644
--- a/frame.h
+++ b/frame.h
@@ -1,6 +1,8 @@
#ifndef FRAME_H
#define FRAME_H
+extern void synthetic_configure_notify( struct gwm_window *window );
+
extern event_handler frame_handlers[];
#endif