aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-28 16:29:25 (GMT)
committerrathnor <rathnor>2003-07-28 16:29:25 (GMT)
commitf71e53fbe919125d40f9c5578ce14b75680f7037 (patch)
treeb826fcdc4a09f38b371186a4dd598515da54e121 /src/Screen.cc
parent35234ae644d14b929c72b4a04a8d59eb46d72448 (diff)
downloadfluxbox-f71e53fbe919125d40f9c5578ce14b75680f7037.zip
fluxbox-f71e53fbe919125d40f9c5578ce14b75680f7037.tar.bz2
some more fixing of wm_protocols
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 3838528..6242b4a 100644
--- a/src/Screen.cc
+++ b/src/Screen.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: Screen.cc,v 1.208 2003/07/28 15:06:33 rathnor Exp $ 25// $Id: Screen.cc,v 1.209 2003/07/28 16:29:24 rathnor Exp $
26 26
27 27
28#include "Screen.hh" 28#include "Screen.hh"
@@ -1035,6 +1035,7 @@ void BScreen::updateNetizenConfigNotify(XEvent &e) {
1035} 1035}
1036 1036
1037FluxboxWindow *BScreen::createWindow(Window client) { 1037FluxboxWindow *BScreen::createWindow(Window client) {
1038 XSync(FbTk::App::instance()->display(), false);
1038 WinClient *winclient = new WinClient(client, *this); 1039 WinClient *winclient = new WinClient(client, *this);
1039 1040
1040 if (winclient->initial_state == WithdrawnState) { 1041 if (winclient->initial_state == WithdrawnState) {