diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Window.cc b/src/Window.cc index 2088d52..bff313b 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.cc,v 1.110 2003/01/09 20:44:09 fluxgen Exp $ | 25 | // $Id: Window.cc,v 1.111 2003/01/09 22:18:06 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -31,7 +31,6 @@ | |||
31 | #include "Screen.hh" | 31 | #include "Screen.hh" |
32 | #include "StringUtil.hh" | 32 | #include "StringUtil.hh" |
33 | #include "Netizen.hh" | 33 | #include "Netizen.hh" |
34 | #include "ImageControl.hh" | ||
35 | #include "FbWinFrameTheme.hh" | 34 | #include "FbWinFrameTheme.hh" |
36 | #include "MenuTheme.hh" | 35 | #include "MenuTheme.hh" |
37 | 36 | ||
@@ -96,7 +95,7 @@ void grabButton(Display *display, unsigned int button, | |||
96 | 95 | ||
97 | }; | 96 | }; |
98 | 97 | ||
99 | FluxboxWindow::FluxboxWindow(Window w, BScreen *s, int screen_num, BImageControl &imgctrl, FbWinFrameTheme &tm, | 98 | FluxboxWindow::FluxboxWindow(Window w, BScreen *s, int screen_num, FbTk::ImageControl &imgctrl, FbWinFrameTheme &tm, |
100 | FbTk::MenuTheme &menutheme): | 99 | FbTk::MenuTheme &menutheme): |
101 | m_hintsig(*this), | 100 | m_hintsig(*this), |
102 | m_statesig(*this), | 101 | m_statesig(*this), |