summaryrefslogtreecommitdiff
path: root/openbox/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/window.h')
-rw-r--r--openbox/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/window.h b/openbox/window.h
index c7bfc895..cc380d34 100644
--- a/openbox/window.h
+++ b/openbox/window.h
@@ -76,7 +76,7 @@ void window_remove(Window xwin);
/* Internal openbox-owned windows like the alt-tab popup */
struct _ObInternalWindow {
- ObWindow obwin;
+ ObWindowClass type;
Window window;
};