]> Dogcows Code - chaz/openbox/blobdiff - engines/engineinterface.h
not using CurrentTime anywhere
[chaz/openbox] / engines / engineinterface.h
index 96796eddf27475dec6dfec0f75f2412aa3052be2..5b9ec847b196bf81ce68596c7bd98f49ad221ee1 100644 (file)
@@ -18,12 +18,10 @@ typedef void EngineFrameGrabClient(Frame *self, Client *client);
 /* frame_release_client */
 typedef void EngineFrameReleaseClient(Frame *self, Client *client);
 
-/* frame_adjust_size */
-/*! Update the frame's size to match the client */
-typedef void EngineFrameAdjustSize(Frame *self);
-/* frame_adjust_position */
-/*! Update the frame's position to match the client */
-typedef void EngineFrameAdjustPosition(Frame *self);
+/* frame_adjust_area */
+/*! Update the frame's size/position to match the client */
+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);
This page took 0.022242 seconds and 4 git commands to generate.