diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2014-10-06 18:21:38 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2014-10-06 22:05:26 +0200 |
| commit | 238ab3f742644af7f3b4d2a7a7860fedd290ad29 (patch) | |
| tree | b5775df0b5890783aaeef5d0823a75d2c2262543 /openbox/place.h | |
| parent | 2d289312ba13c358ad51aae560186949c7108dbf (diff) | |
Add <position> tag to ShowMenu action
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 3bc679e0..792fc387 100644 --- a/openbox/place.h +++ b/openbox/place.h @@ -38,7 +38,8 @@ typedef enum OB_PLACE_MONITOR_ANY, OB_PLACE_MONITOR_ACTIVE, OB_PLACE_MONITOR_MOUSE, - OB_PLACE_MONITOR_PRIMARY + OB_PLACE_MONITOR_PRIMARY, + OB_PLACE_MONITOR_ALL } ObPlaceMonitor; /*! Return TRUE if openbox chose the position for the window, and FALSE if |
