diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-02 06:25:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-02 06:25:32 +0000 |
| commit | 4cd886e5188549ab48a11b70cb40b65efe916b6c (patch) | |
| tree | 9d5ea2dcbfa9e684a430d842e1331ee67b15b793 /openbox/prop.c | |
| parent | 960a7f0184a84f99545fa2d3dd22cefc77f2cbc6 (diff) | |
add partial struts tho they arent useful eyt
Diffstat (limited to 'openbox/prop.c')
| -rw-r--r-- | openbox/prop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/prop.c b/openbox/prop.c index 47e5a538..186cc133 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -59,6 +59,7 @@ void prop_startup() CREATE(net_wm_window_type, "_NET_WM_WINDOW_TYPE"); CREATE(net_wm_state, "_NET_WM_STATE"); CREATE(net_wm_strut, "_NET_WM_STRUT"); + CREATE(net_wm_strut_partial, "_NET_WM_STRUT_PARTIAL"); CREATE(net_wm_icon, "_NET_WM_ICON"); /* CREATE(net_wm_pid, "_NET_WM_PID"); */ CREATE(net_wm_allowed_actions, "_NET_WM_ALLOWED_ACTIONS"); |
