]> Dogcows Code - chaz/openbox/blobdiff - engines/engineinterface.h
Time is declared in Xlib.h
[chaz/openbox] / engines / engineinterface.h
index 96796eddf27475dec6dfec0f75f2412aa3052be2..917ebd7c6d39124e1046647af0c653759790eeee 100644 (file)
@@ -18,12 +18,9 @@ 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);
 /* frame_adjust_shape */
 /*! Shape the frame window to the client window */
 typedef void EngineFrameAdjustShape(Frame *self);
This page took 0.020102 seconds and 4 git commands to generate.