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