]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.h
maybe fix transients placed offscreen under certain conditions
[chaz/openbox] / openbox / place.h
index e4ac2debbfb1cd452dde7a884ccffde8b4cec413..dd8831b799154a10db4458d2b8f5f21359f00150 100644 (file)
@@ -30,6 +30,7 @@ typedef enum
     OB_PLACE_POLICY_MOUSE
 } ObPlacePolicy;
 
-void place_client(struct _ObClient *client, gint *x, gint *y, struct _ObAppSettings *settings);
+gboolean place_client(struct _ObClient *client, gint *x, gint *y,
+                      struct _ObAppSettings *settings);
 
 #endif
This page took 0.020857 seconds and 4 git commands to generate.