]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
draw a box inside the key-focused button in an ObPrompt. also fix rendering the...
[chaz/openbox] / openbox / prop.h
index 92884144451da9d1c32892bf5aeed4c95ebf9b27..464fe26dea1dd6fcfeec45fff68c31abfc2319db 100644 (file)
@@ -194,9 +194,10 @@ typedef struct Atoms {
     Atom ob_wm_state_undecorated;
     Atom openbox_pid; /* this is depreecated in favour of ob_control */
     Atom ob_theme;
+    Atom ob_config_file;
     Atom ob_control;
 } Atoms;
-Atoms prop_atoms;
+extern Atoms prop_atoms;
 
 void prop_startup();
 
This page took 0.024954 seconds and 4 git commands to generate.