gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11635: add support for window posit


From: John Wimer
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11635: add support for window positioning
Date: Tue, 17 Nov 2009 19:54:54 +0100
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11635
committer: John Wimer <address@hidden>
branch nick: trunk
timestamp: Tue 2009-11-17 19:54:54 +0100
message:
  add support for window positioning
modified:
  gui/Kde4Gui.cpp
=== modified file 'gui/Kde4Gui.cpp'
--- a/gui/Kde4Gui.cpp   2009-11-16 12:57:54 +0000
+++ b/gui/Kde4Gui.cpp   2009-11-17 18:54:54 +0000
@@ -148,6 +148,8 @@
     } else {
         // The QMainWindow takes ownership of the widgets.
         _window->setCentralWidget(_embedWidget);
+        if (xPosition > -1 || yPosition > -1)
+            _window->move(xPosition, yPosition);
         _window->show();
     }
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]