X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fblackbox.cc;h=bfaefb7c8b1277247d593272d603ef6372e6e7d0;hb=2e273ae3ac020cc6a43c37942089b3eb7d214102;hp=5f07e37ff9036f5e91e98c23042c135aebc7fc63;hpb=37be3ef9249b452b8edec25a441aefff80c2d4b8;p=chaz%2Fopenbox diff --git a/src/blackbox.cc b/src/blackbox.cc index 5f07e37f..bfaefb7c 100644 --- a/src/blackbox.cc +++ b/src/blackbox.cc @@ -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);