X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=blobdiff_plain;f=openbox%2Fwindow.c;h=3dd8f5ad308ca16d09dd4b3d597b55df9a94767b;hp=c5e6a4ea9c81eb63e89e1806b1ea690c5dc2cbe6;hb=f9b59a49111b8db151af72aae334887105b4141b;hpb=f1f61ff703db72cc1db7f834c9cb45616d55da10 diff --git a/openbox/window.c b/openbox/window.c index c5e6a4e..3dd8f5a 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;