diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-02 16:50:55 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-03 18:37:37 -0500 |
| commit | deb0aa720a4feda3b52c17e16ed7324c61dc331a (patch) | |
| tree | 8525e428a854f701945d798a13a72386f7f05b9b /openbox/config.h | |
| parent | a19f2f8bc9964b89a500a2c5aac0b8d3a3dc2ff4 (diff) | |
allow you to force the position of windows with rc.xml's per-app settings with the force="yes" attribute
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h index 75275a8b..23011a15 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -41,6 +41,7 @@ struct _ObAppSettings GravityPoint position; gboolean pos_given; + gboolean pos_force; guint desktop; gint shade; |
