From f9b59a49111b8db151af72aae334887105b4141b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Feb 2008 19:40:21 -0500 Subject: make the internal window type more easily inheritable --- openbox/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/window.c') 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; -- cgit v1.2.3