]> Dogcows Code - chaz/openbox/blobdiff - otk/property.cc
use a solid color for the default background
[chaz/openbox] / otk / property.cc
index a0404f683b66fd712c079a601b0dd65a03e0cdcd..699dd91b36a5e73b2fe93ada7085198eb6ad0ab1 100644 (file)
@@ -1,19 +1,16 @@
 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
 
-#ifdef    HAVE_CONFIG_H
-#  include "../config.h"
-#endif // HAVE_CONFIG_H
+#include "config.h"
 
 #include "property.hh"
 #include "display.hh"
 
 extern "C" {
 #include <X11/Xatom.h>
-
-#include <assert.h>
 }
 
 #include <algorithm>
+#include <cassert>
 
 namespace otk {
 
@@ -136,6 +133,7 @@ void Property::initialize()
     create("_KDE_NET_WM_WINDOW_TYPE_OVERRIDE");
 
   atoms.openbox_premax = create("_OPENBOX_PREMAX");
+  atoms.openbox_active_window = create("_OPENBOX_ACTIVE_WINDOW");
 }
 
 void Property::set(Window win, Atom atom, Atom type, unsigned char* data,
This page took 0.021267 seconds and 4 git commands to generate.