aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 7ed7257..5a68a54 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -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.hh,v 1.83 2003/07/10 11:32:57 fluxgen Exp $ 25// $Id: Window.hh,v 1.84 2003/07/17 17:56:28 rathnor Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -386,7 +386,7 @@ private:
386 void left_fixsize(int *x = 0, int *y = 0); 386 void left_fixsize(int *x = 0, int *y = 0);
387 void resizeClient(WinClient &client, unsigned int width, unsigned int height); 387 void resizeClient(WinClient &client, unsigned int width, unsigned int height);
388 /// sends configurenotify to all clients 388 /// sends configurenotify to all clients
389 void sendConfigureNotify(); 389 void sendConfigureNotify(bool send_to_netizens = true);
390 // state and hint signals 390 // state and hint signals
391 WinSubject m_hintsig, m_statesig, m_layersig, m_workspacesig, m_diesig; 391 WinSubject m_hintsig, m_statesig, m_layersig, m_workspacesig, m_diesig;
392 392