]> Dogcows Code - chaz/openbox/blobdiff - src/bbwindow.cc
new code for bindings/callbacks. much sexier. now passes python classes back to the...
[chaz/openbox] / src / bbwindow.cc
index 82c31aa34a56e2f11bf17b8243c0e47b8193811a..e96160997469659ad7a223b5758123b15d7bf599 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
 #include "font.hh"
 #include "gccache.hh"
 #include "image.hh"
-#include "screen.hh"
+#include "bbscreen.hh"
 #include "bbwindow.hh"
 #include "workspace.hh"
 
@@ -1583,7 +1583,7 @@ BlackboxWindow *BlackboxWindow::getTransientFor(void) const {
  * move.
  */
 void BlackboxWindow::configure(int dx, int dy,
-                               unsigned int dw, unsigned int dh) {
+                               int dw, int dh) {
   bool send_event = ((frame.rect.x() != dx || frame.rect.y() != dy) &&
                      ! flags.moving);
 
This page took 0.023441 seconds and 4 git commands to generate.