/[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 1093 by ossman_, Fri Mar 10 09:47:10 2006 UTC revision 1096 by ossman_, Fri Mar 10 12:27:38 2006 UTC
# Line 96  enum_cb(HWND hwnd, LPARAM lparam) Line 96  enum_cb(HWND hwnd, LPARAM lparam)
96    
97          /* FIXME: Strip title of dangerous characters */          /* FIXME: Strip title of dangerous characters */
98    
99            vchannel_write("TITLE,0x%x,%s,0x%x", hwnd, title, 0);
100    
101          if (styles & WS_MAXIMIZE)          if (styles & WS_MAXIMIZE)
102                  state = 2;                  state = 2;
103          else if (styles & WS_MINIMIZE)          else if (styles & WS_MINIMIZE)
# Line 103  enum_cb(HWND hwnd, LPARAM lparam) Line 105  enum_cb(HWND hwnd, LPARAM lparam)
105          else          else
106                  state = 0;                  state = 0;
107    
108          vchannel_write("SETSTATE,0x%p,%s,0x%x,0x%x", hwnd, title, state, 0);          vchannel_write("STATE,0x%p,0x%x,0x%x", hwnd, state, 0);
109    
110          return TRUE;          return TRUE;
111  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26