summaryrefslogtreecommitdiff
path: root/openbox/frame.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-23 21:32:31 -0400
committerDana Jansens <danakj@orodu.net>2008-01-20 01:36:54 -0500
commit32a92abf7578ea93d85741b7c89a0958082aa9ee (patch)
treef8947a21386d8153350441653c216d3a93d53495 /openbox/frame.c
parent27274cff9c3ee668be0aa71ff4a72979a13cb4ca (diff)
move the code for tracking what extensions are available on the display into the libobt
Diffstat (limited to 'openbox/frame.c')
-rw-r--r--openbox/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index 2952b6c7..be8230c0 100644
--- a/openbox/frame.c
+++ b/openbox/frame.c
@@ -20,7 +20,6 @@
#include "frame.h"
#include "client.h"
#include "openbox.h"
-#include "extensions.h"
#include "prop.h"
#include "grab.h"
#include "config.h"
@@ -30,6 +29,7 @@
#include "moveresize.h"
#include "screen.h"
#include "render/theme.h"
+#include "obt/display.h"
#define FRAME_EVENTMASK (EnterWindowMask | LeaveWindowMask | \
ButtonPressMask | ButtonReleaseMask | \