From 9d5865a1603733e62fda7c8d61024cb05bf6792c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Nov 2002 05:54:12 +0000 Subject: support for the shape extension works! --- src/blackbox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blackbox.cc') 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); -- cgit v1.2.3