]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.c
rename the openbox_* atoms back to ob_*
[chaz/openbox] / openbox / prop.c
index 5b611f2d417722e30c5fe05a795f27a795ed9039..4cf832ffcd4f9769729d8f58fde190f3f754e0de 100644 (file)
@@ -170,10 +170,10 @@ void prop_startup()
     CREATE(esetrootid, "ESETROOT_PMAP_ID");
 */
 
-    CREATE(openbox_pid, "_OPENBOX_PID");
-    CREATE(openbox_config, "_OPENBOX_CONFIG");
-    CREATE(openbox_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED");
-    CREATE(openbox_control, "_OPENBOX_CONTROL");
+    CREATE(ob_pid, "_OB_PID");
+    CREATE(ob_config, "_OB_CONFIG");
+    CREATE(ob_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED");
+    CREATE(ob_control, "_OB_CONTROL");
 }
 
 #include <X11/Xutil.h>
This page took 0.022583 seconds and 4 git commands to generate.