aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r--src/WinClient.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index 1b468d1..77cc31f 100644
--- a/src/WinClient.cc
+++ b/src/WinClient.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: WinClient.cc,v 1.7 2003/05/07 16:21:26 rathnor Exp $ 22// $Id: WinClient.cc,v 1.8 2003/05/10 22:59:32 fluxgen Exp $
23 23
24#include "WinClient.hh" 24#include "WinClient.hh"
25 25
@@ -194,7 +194,7 @@ void WinClient::updateTransientInfo() {
194 if (win == window()) 194 if (win == window())
195 return; 195 return;
196 196
197 if (win != None && m_win->getScreen().getRootWindow() == win) { 197 if (win != None && m_win->screen().rootWindow() == win) {
198 modal = true; 198 modal = true;
199 return; // transient for root window... 199 return; // transient for root window...
200 } 200 }