aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-21 17:17:21 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-21 17:17:21 (GMT)
commit99eaded40eadcbb3b3f3c30bf02a99d413a99751 (patch)
tree5ea4cf7055d9ab9af993a4dc3d044ff4f66e9cc1 /src/Window.hh
parent42895e115bc28aa058a29061033080869d03fc7d (diff)
downloadfluxbox-99eaded40eadcbb3b3f3c30bf02a99d413a99751.zip
fluxbox-99eaded40eadcbb3b3f3c30bf02a99d413a99751.tar.bz2
make Swing apps only somewhat horribly broken again
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 14f063a..5cf755e 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -471,8 +471,6 @@ public:
471 const FbTk::Subject &workspaceSig() const { return m_workspacesig; } 471 const FbTk::Subject &workspaceSig() const { return m_workspacesig; }
472 /** @} */ // end group signals 472 /** @} */ // end group signals
473 473
474 void reconfigTheme();
475
476 //@} 474 //@}
477 475
478 class WinSubject: public FbTk::Subject { 476 class WinSubject: public FbTk::Subject {
@@ -518,7 +516,7 @@ private:
518 void doSnapping(int &left, int &top); 516 void doSnapping(int &left, int &top);
519 // user_w/h return the values that should be shown to the user 517 // user_w/h return the values that should be shown to the user
520 void fixsize(); 518 void fixsize();
521 void moveResizeClient(WinClient &client, int x, int y, unsigned int width, unsigned int height); 519 void moveResizeClient(WinClient &client);
522 /// sends configurenotify to all clients 520 /// sends configurenotify to all clients
523 void sendConfigureNotify(); 521 void sendConfigureNotify();
524 522