]> Dogcows Code - chaz/openbox/blobdiff - engines/engineinterface.h
use a context enum instead of quarks
[chaz/openbox] / engines / engineinterface.h
index 917ebd7c6d39124e1046647af0c653759790eeee..fd77ca291b7f930f9a85606f21238b5615bd9253 100644 (file)
@@ -20,7 +20,8 @@ typedef void EngineFrameReleaseClient(Frame *self, Client *client);
 
 /* frame_adjust_area */
 /*! Update the frame's size/position to match the client */
-typedef void EngineFrameAdjustArea(Frame *self);
+typedef void EngineFrameAdjustArea(Frame *self, gboolean moved,
+                                   gboolean resized);
 /* frame_adjust_shape */
 /*! Shape the frame window to the client window */
 typedef void EngineFrameAdjustShape(Frame *self);
@@ -45,6 +46,6 @@ typedef void EngineFrameShow(Frame *self);
 typedef void EngineFrameHide(Frame *self);
 
 /* get_context */
-typedef GQuark EngineGetContext(Client *client, Window win);
+typedef Context EngineGetContext(Client *client, Window win);
 
 #endif
This page took 0.022065 seconds and 4 git commands to generate.