diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-24 07:12:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-24 07:12:19 +0000 |
| commit | fefbf38726d60995462de8a94f3c361877b5c56c (patch) | |
| tree | da0c73986f1261e213df13ad2dbcd61bc4a3eb61 /openbox/prop.c | |
| parent | bfdd4fd1161811c1d70d3f88dae218d74e1beb82 (diff) | |
remove the stick atom, since openbox does not use stickiness
Diffstat (limited to 'openbox/prop.c')
| -rw-r--r-- | openbox/prop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/prop.c b/openbox/prop.c index 49eeef9e..d13a0515 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -122,7 +122,6 @@ void prop_startup() CREATE(net_wm_action_resize, "_NET_WM_ACTION_RESIZE"); CREATE(net_wm_action_minimize, "_NET_WM_ACTION_MINIMIZE"); CREATE(net_wm_action_shade, "_NET_WM_ACTION_SHADE"); - CREATE(net_wm_action_stick, "_NET_WM_ACTION_STICK"); CREATE(net_wm_action_maximize_horz, "_NET_WM_ACTION_MAXIMIZE_HORZ"); CREATE(net_wm_action_maximize_vert, "_NET_WM_ACTION_MAXIMIZE_VERT"); CREATE(net_wm_action_fullscreen, "_NET_WM_ACTION_FULLSCREEN"); |
