X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fwindow.c;h=781aa5db8655f8f6295f363c1c2df2e8e6eac754;hb=d206303a9f0742ff330aebe8129d6044ade30a94;hp=15cebcd746e430e3721e2f546af50d2a0aeed86d;hpb=2477a38d2f3063b697e44bf3690cf280fb26ca8a;p=chaz%2Fopenbox diff --git a/openbox/window.c b/openbox/window.c index 15cebcd7..781aa5db 100644 --- a/openbox/window.c +++ b/openbox/window.c @@ -23,7 +23,7 @@ Window window_top(ObWindow *self) case Window_Menu: return ((Menu*)self)->frame; case Window_Dock: - return ((Dock*)self)->frame; + return ((ObDock*)self)->frame; case Window_DockApp: /* not to be used for stacking */ g_assert_not_reached();