]> Dogcows Code - chaz/openbox/blobdiff - otk/property.hh
use the c++ std cheaders
[chaz/openbox] / otk / property.hh
index e38bb23a980d023ddd8ebfd27c116389a89c1667..22b62fe67c55cf3fe445ec3548a659a589170f23 100644 (file)
 
 extern "C" {
 #include <X11/Xlib.h>
-
-#include <assert.h>
 }
 
 #include <vector>
+#include <cassert>
 
 namespace otk {
 
@@ -125,6 +124,7 @@ struct Atoms {
   Atom kde_net_wm_window_type_override;
 
   Atom openbox_premax;
+  Atom openbox_active_window;
 };
 
 
This page took 0.021514 seconds and 4 git commands to generate.