diff options
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index 5e13301..347a668 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -70,7 +70,7 @@ public: | |||
70 | }; | 70 | }; |
71 | 71 | ||
72 | /// create a top level window | 72 | /// create a top level window |
73 | FbWinFrame(BScreen &screen, WindowState &state, | 73 | FbWinFrame(BScreen &screen, unsigned int client_depth, WindowState &state, |
74 | FocusableTheme<FbWinFrameTheme> &theme); | 74 | FocusableTheme<FbWinFrameTheme> &theme); |
75 | 75 | ||
76 | /* /// create a frame window inside another FbWindow, NOT IMPLEMENTED! | 76 | /* /// create a frame window inside another FbWindow, NOT IMPLEMENTED! |