diff options
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index 7891c36..45953ba 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -71,8 +71,8 @@ public: | |||
71 | }; | 71 | }; |
72 | 72 | ||
73 | /// create a top level window | 73 | /// create a top level window |
74 | FbWinFrame(BScreen &screen, FocusableTheme<FbWinFrameTheme> &theme, | 74 | FbWinFrame(BScreen &screen, WindowState &state, |
75 | FbTk::XLayer &layer, WindowState &state); | 75 | FocusableTheme<FbWinFrameTheme> &theme); |
76 | 76 | ||
77 | /* /// create a frame window inside another FbWindow, NOT IMPLEMENTED! | 77 | /* /// create a frame window inside another FbWindow, NOT IMPLEMENTED! |
78 | FbWinFrame(BScreen &screen, FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, | 78 | FbWinFrame(BScreen &screen, FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, |