CVS: seamlessrdp/ServerExe main.cpp,1.8,1.9

Peter Åstrand <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/seamlessrdp/ServerExe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25028/ServerExe

Modified Files:
	main.cpp 
Log Message:
Do a SPI_SETDRAGFULLWINDOWS, to make sure we use DragFullWindows. (The RDP setting is not always effective.)

Index: main.cpp
===================================================================
RCS file: /cvsroot/rdesktop/seamlessrdp/ServerExe/main.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** main.cpp	30 Aug 2005 12:04:08 -0000	1.8
--- main.cpp	31 Aug 2005 15:36:59 -0000	1.9
***************
*** 228,231 ****
--- 228,234 ----
                                sizeof( MINIMIZEDMETRICS ), &mmm, 0 );
                                
+         // We require DragFullWindows
+         SystemParametersInfo( SPI_SETDRAGFULLWINDOWS, TRUE, NULL, 0 );
+         
          //set the current directory to that of the requested app .exe location
          //tokenise lpCmdLine. first is the exe path. second (if exists) is the current directory to set.



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.