diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-26 20:12:39 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:36:54 -0500 |
| commit | e2ddfaf9fff1fb9dd6ebdc1a95f2b228d6baedb2 (patch) | |
| tree | 2cd2c9d4dc7543aaa0ce3f959af539212cedfaaf /openbox/mouse.c | |
| parent | 6c8acc079a9cbb40245e5df4b50b3f8b9c17cf83 (diff) | |
s/ob_display/obt_display/ and remove ob_display
Diffstat (limited to 'openbox/mouse.c')
| -rw-r--r-- | openbox/mouse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/mouse.c b/openbox/mouse.c index 5a9fe170..56553c7d 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -237,7 +237,7 @@ void mouse_event(ObClient *client, XEvent *e) if (CLIENT_CONTEXT(context, client)) { /* Replay the event, so it goes to the client*/ - XAllowEvents(ob_display, ReplayPointer, event_curtime); + XAllowEvents(obt_display, ReplayPointer, event_curtime); /* Fall through to the release case! */ } else break; @@ -258,7 +258,7 @@ void mouse_event(ObClient *client, XEvent *e) guint ujunk, b, w, h; /* this can cause errors to occur when the window closes */ obt_display_ignore_errors(TRUE); - junk1 = XGetGeometry(ob_display, e->xbutton.window, + junk1 = XGetGeometry(obt_display, e->xbutton.window, &wjunk, &junk1, &junk2, &w, &h, &b, &ujunk); obt_display_ignore_errors(FALSE); if (junk1) { |
