]> Dogcows Code - chaz/openbox/blobdiff - otk/property.cc
cleanups.
[chaz/openbox] / otk / property.cc
index f76469d05e8e46dd0ba3657fdef93fb28dbc74aa..359bf8bd7ba4d66cf4d6e029849f49d92baacde8 100644 (file)
@@ -30,7 +30,7 @@ OBProperty::OBProperty()
   _atoms[Atom_Utf8] = create("UTF8_STRING");
   
 #ifdef    HAVE_GETPID
-  _atoms[blackbox_pid] = create("_BLACKBOX_PID");
+  _atoms[openbox_pid] = create("_OPENBOX_PID");
 #endif // HAVE_GETPID
 
   _atoms[wm_colormap_windows] = create("WM_COLORMAP_WINDOWS");
This page took 0.021336 seconds and 4 git commands to generate.