aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-17 17:56:28 (GMT)
committerrathnor <rathnor>2003-07-17 17:56:28 (GMT)
commitea0762530343d07e80ea667bb646836e2dfe4b1d (patch)
tree2a0b6632ac7242f609f5d73e2150c0636a87c432 /src/Window.hh
parentda1afd9bc238f1902c260d42df23c5d00c00d47e (diff)
downloadfluxbox-ea0762530343d07e80ea667bb646836e2dfe4b1d.zip
fluxbox-ea0762530343d07e80ea667bb646836e2dfe4b1d.tar.bz2
fix java bug (wasn't sending ConfigureNotify events in response to
ConfigureRequests). Also fix no border on transients and some initial gnome atom values.
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