/[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 1092 by astrand, Fri Mar 10 09:12:36 2006 UTC revision 1093 by ossman_, Fri Mar 10 09:47:10 2006 UTC
# Line 195  WinMain(HINSTANCE instance, HINSTANCE pr Line 195  WinMain(HINSTANCE instance, HINSTANCE pr
195             immediatly. */             immediatly. */
196          SystemParametersInfo(SPI_SETDRAGFULLWINDOWS, TRUE, NULL, 0);          SystemParametersInfo(SPI_SETDRAGFULLWINDOWS, TRUE, NULL, 0);
197    
198            /* Disable screen saver since we cannot catch its windows. */
199            SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, FALSE, NULL, 0);
200    
201          if (strlen(cmdline) == 0)          if (strlen(cmdline) == 0)
202          {          {
203                  message("No command line specified.");                  message("No command line specified.");

Legend:
Removed from v.1092  
changed lines
  Added in v.1093

  ViewVC Help
Powered by ViewVC 1.1.26