diff options
Diffstat (limited to 'openbox/place.h')
| -rw-r--r-- | openbox/place.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openbox/place.h b/openbox/place.h index 6a9add40..94e2dc0f 100644 --- a/openbox/place.h +++ b/openbox/place.h @@ -35,10 +35,11 @@ typedef enum { OB_PLACE_MONITOR_ANY, OB_PLACE_MONITOR_ACTIVE, - OB_PLACE_MONITOR_MOUSE + OB_PLACE_MONITOR_MOUSE, + OB_PLACE_MONITOR_PRIMARY } ObPlaceMonitor; -gboolean place_client(struct _ObClient *client, gint *x, gint *y, - struct _ObAppSettings *settings); +gboolean place_client(struct _ObClient *client, gboolean foreground, + gint *x, gint *y, struct _ObAppSettings *settings); #endif |
