CVS: seamlessrdp/ServerExe/HookDll hookdll.cpp,1.21,1.22

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

Modified Files:
	hookdll.cpp 
Log Message:
POSITION1 should be terminated by newline.


Index: hookdll.cpp
===================================================================
RCS file: /cvsroot/rdesktop/seamlessrdp/ServerExe/HookDll/hookdll.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** hookdll.cpp	30 Aug 2005 12:31:58 -0000	1.21
--- hookdll.cpp	31 Aug 2005 07:20:19 -0000	1.22
***************
*** 27,31 ****
  #define snprintf _snprintf
  
! HHOOK hCbtProc = 0; 
  HHOOK hShellProc = 0;
  HHOOK hWndProc = 0;
--- 27,31 ----
  #define snprintf _snprintf
  
! HHOOK hCbtProc = 0;
  HHOOK hShellProc = 0;
  HHOOK hWndProc = 0;
***************
*** 104,108 ****
              
          snprintf( result, sizeof( result ),
!                   "POSITION1,0x%p,%d,%d,%d,%d,0x%x",
                    details->hwnd,
                    rect->left, rect->top,
--- 104,108 ----
              
          snprintf( result, sizeof( result ),
!                   "POSITION1,0x%p,%d,%d,%d,%d,0x%x\n",
                    details->hwnd,
                    rect->left, rect->top,
***************
*** 156,160 ****
                        details->hwnd,
                        cs->lpszName,
!                       1,     // FIXME: Check for WS_MAXIMIZE/WS_MINIMIZE
                        0 );
              result[ sizeof( result ) - 1 ] = '\0';
--- 156,160 ----
                        details->hwnd,
                        cs->lpszName,
!                       1,      // FIXME: Check for WS_MAXIMIZE/WS_MINIMIZE
                        0 );
              result[ sizeof( result ) - 1 ] = '\0';
***************
*** 162,166 ****
              
              snprintf( result, sizeof( result ),
!                       "POSITION1,0x%p,%d,%d,%d,%d,0x%x",
                        details->hwnd,
                        cs->x,
--- 162,166 ----
              
              snprintf( result, sizeof( result ),
!                       "POSITION1,0x%p,%d,%d,%d,%d,0x%x\n",
                        details->hwnd,
                        cs->x,



-------------------------------------------------------
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.