diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-11 20:24:16 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-11 20:24:16 -0500 |
| commit | 17bc51aab8be25cd44c55eb0a652c92518bd9b0f (patch) | |
| tree | 7145e1d456d1da23384f149e8fc373fe2e6b7ac1 /openbox/moveresize.h | |
| parent | b7e23f286a53b7beb259afac7e1a4cdf5fca47a4 (diff) | |
let you specify the resize popup to be in a fixed place
Diffstat (limited to 'openbox/moveresize.h')
| -rw-r--r-- | openbox/moveresize.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openbox/moveresize.h b/openbox/moveresize.h index 2f8d3e6a..2d0f7dce 100644 --- a/openbox/moveresize.h +++ b/openbox/moveresize.h @@ -27,6 +27,12 @@ struct _ObClient; +typedef enum { + OB_RESIZE_POS_CENTER, + OB_RESIZE_POS_TOP, + OB_RESIZE_POS_FIXED +} ObResizePopupPos; + extern gboolean moveresize_in_progress; extern struct _ObClient *moveresize_client; #ifdef SYNC |
