diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 4 |
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 | ||