summaryrefslogtreecommitdiff
path: root/otk/property.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-04 08:51:47 +0000
committerDana Jansens <danakj@orodu.net>2003-02-04 08:51:47 +0000
commit51a41b9b765dbcf76ec09324f533d8c8edd46e37 (patch)
tree6b1092e8d806ecfaf577feba66e045a17b015b90 /otk/property.cc
parentf6085d780192b805ef61678cdc0935a917cc2b3f (diff)
all new stacked cycling code. so much sexy.
add an openbox_active_window client message that lets you specify if you want the window to be raised and/or unshaded.
Diffstat (limited to 'otk/property.cc')
-rw-r--r--otk/property.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/property.cc b/otk/property.cc
index a0404f68..39626911 100644
--- a/otk/property.cc
+++ b/otk/property.cc
@@ -136,6 +136,7 @@ void Property::initialize()
create("_KDE_NET_WM_WINDOW_TYPE_OVERRIDE");
atoms.openbox_premax = create("_OPENBOX_PREMAX");
+ atoms.openbox_active_window = create("_OPENBOX_ACTIVE_WINDOW");
}
void Property::set(Window win, Atom atom, Atom type, unsigned char* data,