This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 71624e7 Update Finnish translation file. new 39b598a Remove deprecated workaround in wapi.cpp. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + wapi.cpp | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
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@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