/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ServerExe/main.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/seamlessrdp/ServerExe/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1149 by ossman_, Thu Mar 16 14:54:02 2006 UTC revision 1150 by ossman_, Thu Mar 16 15:42:32 2006 UTC
# Line 209  wndproc(HWND hwnd, UINT message, WPARAM Line 209  wndproc(HWND hwnd, UINT message, WPARAM
209          if (message == WM_WTSSESSION_CHANGE)          if (message == WM_WTSSESSION_CHANGE)
210          {          {
211                  if (wparam == WTS_REMOTE_CONNECT)                  if (wparam == WTS_REMOTE_CONNECT)
212                    {
213                            /* These get reset on each reconnect */
214                            SystemParametersInfo(SPI_SETDRAGFULLWINDOWS, TRUE, NULL, 0);
215                            SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, FALSE, NULL, 0);
216                          vchannel_write("HELLO,0x%08x", 1);                          vchannel_write("HELLO,0x%08x", 1);
217                    }
218          }          }
219    
220          return DefWindowProc(hwnd, message, wparam, lparam);          return DefWindowProc(hwnd, message, wparam, lparam);

Legend:
Removed from v.1149  
changed lines
  Added in v.1150

  ViewVC Help
Powered by ViewVC 1.1.26