summaryrefslogtreecommitdiff
path: root/openbox/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/window.c')
-rw-r--r--openbox/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/window.c b/openbox/window.c
index c5e6a4ea..3dd8f5ad 100644
--- a/openbox/window.c
+++ b/openbox/window.c
@@ -57,7 +57,7 @@ Window window_top(ObWindow *self)
case Window_Client:
return ((ObClient*)self)->frame->window;
case Window_Internal:
- return ((InternalWindow*)self)->win;
+ return ((InternalWindow*)self)->window;
}
g_assert_not_reached();
return None;