/[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 1112 by ossman_, Fri Mar 10 16:14:37 2006 UTC revision 1113 by ossman_, Fri Mar 10 16:40:57 2006 UTC
# Line 100  enum_cb(HWND hwnd, LPARAM lparam) Line 100  enum_cb(HWND hwnd, LPARAM lparam)
100    
101          GetWindowText(hwnd, title, sizeof(title));          GetWindowText(hwnd, title, sizeof(title));
102    
103          /* FIXME: Strip title of dangerous characters */          vchannel_write("TITLE,0x%x,%s,0x%x", hwnd, vchannel_strfilter(title), 0);
   
         vchannel_write("TITLE,0x%x,%s,0x%x", hwnd, title, 0);  
104    
105          if (styles & WS_MAXIMIZE)          if (styles & WS_MAXIMIZE)
106                  state = 2;                  state = 2;

Legend:
Removed from v.1112  
changed lines
  Added in v.1113

  ViewVC Help
Powered by ViewVC 1.1.26