]> Dogcows Code - chaz/openbox/blobdiff - src/bbwindow.hh
moving a window is possible once again
[chaz/openbox] / src / bbwindow.hh
index 1da5dc945bdb61c08d9b9e97baa9f04cefce2f2b..8417d1bcde3d7523eba083642bb12d81fde1d415 100644 (file)
@@ -17,7 +17,7 @@ extern "C" {
 #include "otk/rect.hh"
 #include "otk/strut.hh"
 #include "blackbox.hh"
-#include "util.hh"
+#include "otk/util.hh"
 
 #define MwmHintsFunctions     (1l << 0)
 #define MwmHintsDecorations   (1l << 1)
@@ -384,7 +384,7 @@ public:
   void ungrabButtons(void);
   void installColormap(bool install);
   void restore(bool remap);
-  void configure(int dx, int dy, unsigned int dw, unsigned int dh);
+  void configure(int dx, int dy, int dw, int dh);
   void setWorkspace(unsigned int n);
   void changeBlackboxHints(const BlackboxHints *net);
   void restoreAttributes(void);
This page took 0.019966 seconds and 4 git commands to generate.