diff options
author | rathnor <rathnor> | 2003-07-28 16:29:25 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-28 16:29:25 (GMT) |
commit | f71e53fbe919125d40f9c5578ce14b75680f7037 (patch) | |
tree | b826fcdc4a09f38b371186a4dd598515da54e121 /src/Screen.cc | |
parent | 35234ae644d14b929c72b4a04a8d59eb46d72448 (diff) | |
download | fluxbox_pavel-f71e53fbe919125d40f9c5578ce14b75680f7037.zip fluxbox_pavel-f71e53fbe919125d40f9c5578ce14b75680f7037.tar.bz2 |
some more fixing of wm_protocols
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 3 |
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 | ||
1037 | FluxboxWindow *BScreen::createWindow(Window client) { | 1037 | FluxboxWindow *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) { |