]> Dogcows Code - chaz/openbox/commitdiff
remove the stick atom, since openbox does not use stickiness
authorDana Jansens <danakj@orodu.net>
Tue, 24 Apr 2007 07:12:19 +0000 (07:12 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 24 Apr 2007 07:12:19 +0000 (07:12 +0000)
openbox/prop.c
openbox/prop.h

index 49eeef9e42a48483131d6670edda49e2dfbccb8c..d13a0515c8bf581c50e28cb36cb2d57dcfb54f22 100644 (file)
@@ -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");
index 09ca25ce65f198e8b5fbea4068fca1c81b3973e7..f4d7f8b63c6933135b1c9397ac48a396e77850ab 100644 (file)
@@ -131,7 +131,6 @@ typedef struct Atoms {
     Atom net_wm_action_resize;
     Atom net_wm_action_minimize;
     Atom net_wm_action_shade;
-    Atom net_wm_action_stick;
     Atom net_wm_action_maximize_horz;
     Atom net_wm_action_maximize_vert;
     Atom net_wm_action_fullscreen;
This page took 0.027728 seconds and 4 git commands to generate.