diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-21 20:39:42 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-21 20:39:42 +0000 |
| commit | c234ed9ecd9d5228744aae018768ff0c04f2d217 (patch) | |
| tree | 650452f2936c8356a52b6f424975e80dcac2e18f /openbox/place.h | |
| parent | 997a68aaaec3e72b56ab0b8da0e1800fd5984c4f (diff) | |
maybe fix transients placed offscreen under certain conditions
Diffstat (limited to 'openbox/place.h')
| -rw-r--r-- | openbox/place.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/place.h b/openbox/place.h index e4ac2deb..dd8831b7 100644 --- a/openbox/place.h +++ b/openbox/place.h @@ -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 |
