/[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 1075 by ossman_, Thu Mar 9 15:14:53 2006 UTC revision 1077 by ossman_, Thu Mar 9 15:26:35 2006 UTC
# Line 192  WinMain(HINSTANCE instance, HINSTANCE pr Line 192  WinMain(HINSTANCE instance, HINSTANCE pr
192    
193          set_hooks_fn();          set_hooks_fn();
194    
195            /* Since we don't see the entire desktop we must resize windows
196               immediatly. */
197            SystemParametersInfo(SPI_SETDRAGFULLWINDOWS, TRUE, NULL, 0);
198    
199          if (strlen(cmdline) == 0)          if (strlen(cmdline) == 0)
200          {          {
201                  message("No command line specified.");                  message("No command line specified.");

Legend:
Removed from v.1075  
changed lines
  Added in v.1077

  ViewVC Help
Powered by ViewVC 1.1.26