]> Dogcows Code - chaz/openbox/blobdiff - src/blackbox.cc
no more gloabsl
[chaz/openbox] / src / blackbox.cc
index 5f07e37ff9036f5e91e98c23042c135aebc7fc63..bfaefb7c8b1277247d593272d603ef6372e6e7d0 100644 (file)
@@ -79,7 +79,7 @@ using std::string;
 #include "otk/gccache.hh"
 #include "otk/image.hh"
 #include "otk/assassin.hh"
-#include "screen.hh"
+#include "bbscreen.hh"
 #include "otk/util.hh"
 #include "bbwindow.hh"
 #include "workspace.hh"
@@ -831,7 +831,7 @@ void Blackbox::process_event(XEvent *e) {
 
   default: {
 #ifdef    SHAPE
-    if (e->type == getShapeEventBase()) {
+    if (e->type == otk::OBDisplay::shapeEventBase()) {
       XShapeEvent *shape_event = (XShapeEvent *) e;
       BlackboxWindow *win = searchWindow(e->xany.window);
 
This page took 0.022485 seconds and 4 git commands to generate.