From ace8c8896aa13a6fc4e489277cf9c96f49175322 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Nov 2002 11:46:05 +0000 Subject: WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAY --- src/xatom.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/xatom.cc') diff --git a/src/xatom.cc b/src/xatom.cc index 0e92e471..3ed6cdf4 100644 --- a/src/xatom.cc +++ b/src/xatom.cc @@ -12,6 +12,8 @@ extern "C" { #include "screen.hh" #include "util.hh" +namespace ob { + XAtom::XAtom(Display *d) { _display = d; @@ -168,7 +170,7 @@ Atom XAtom::create(const char *name) const { /* * Sets which atoms are supported for NETWM, by Openbox, on the root window. */ -void XAtom::setSupported(const ScreenInfo *screen) { +void XAtom::setSupported(const otk::ScreenInfo *screen) { Window root = screen->getRootWindow(); // create the netwm support window @@ -509,3 +511,5 @@ void XAtom::sendClientMessage(Window target, Atoms type, Window about, SubstructureRedirectMask | SubstructureNotifyMask, &e); } + +} -- cgit v1.2.3