[X2Go-Commits] [x2goclient] 01/01: Remove deprecated workaround in wapi.cpp.
git-admin at x2go.org
git-admin at x2go.org
Mon Sep 1 12:02:56 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit 39b598a90c0d74a342f2265f33c4910235edb25b
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date: Mon Sep 1 12:02:50 2014 +0200
Remove deprecated workaround in wapi.cpp.
---
debian/changelog | 1 +
wapi.cpp | 10 ----------
2 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c9f6951..36b4f32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low
and "--sessionid".
- Disable sessions explorer "back" button if user sessions disabled.
- Include <QDir> in sessionexplorer.cpp.
+ - Remove deprecated workaround in wapi.cpp.
[ Mike DePaulo ]
* New upstream release (4.0.3.0):
diff --git a/wapi.cpp b/wapi.cpp
index fe01f81..f167669 100644
--- a/wapi.cpp
+++ b/wapi.cpp
@@ -39,16 +39,6 @@ long wapiSetFSWindow ( HWND hWnd, const QRect& desktopGeometry )
desktopGeometry.width(),
desktopGeometry.height(),
0);
- Sleep(2000);
- SetWindowLong(hWnd, GWL_STYLE,
- WS_VISIBLE);
- SetWindowLong(hWnd, GWL_EXSTYLE,
- 0);
- SetWindowPos ( hWnd, HWND_TOPMOST, desktopGeometry.x(),
- desktopGeometry.y(),
- desktopGeometry.width(),
- desktopGeometry.height(),
- SWP_NOSIZE);
return WS_VISIBLE;
}
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list