/[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 1090 by ossman_, Thu Mar 9 16:42:26 2006 UTC revision 1091 by astrand, Fri Mar 10 09:12:36 2006 UTC
# Line 80  enum_cb(HWND hwnd, LPARAM lparam) Line 80  enum_cb(HWND hwnd, LPARAM lparam)
80          if (!(styles & WS_VISIBLE))          if (!(styles & WS_VISIBLE))
81                  return TRUE;                  return TRUE;
82    
83          vchannel_write("CREATE1,0x%p,0x%x", hwnd, 0);          vchannel_write("CREATE,0x%p,0x%x", hwnd, 0);
84    
85          if (!GetWindowRect(hwnd, &rect))          if (!GetWindowRect(hwnd, &rect))
86          {          {
# Line 88  enum_cb(HWND hwnd, LPARAM lparam) Line 88  enum_cb(HWND hwnd, LPARAM lparam)
88                  return TRUE;                  return TRUE;
89          }          }
90    
91          vchannel_write("POSITION1,0x%p,%d,%d,%d,%d,0x%x",          vchannel_write("POSITION,0x%p,%d,%d,%d,%d,0x%x",
92                         hwnd,                         hwnd,
93                         rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, 0);                         rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, 0);
94    
# Line 103  enum_cb(HWND hwnd, LPARAM lparam) Line 103  enum_cb(HWND hwnd, LPARAM lparam)
103          else          else
104                  state = 0;                  state = 0;
105    
106          vchannel_write("SETSTATE1,0x%p,%s,0x%x,0x%x", hwnd, title, state, 0);          vchannel_write("SETSTATE,0x%p,%s,0x%x,0x%x", hwnd, title, state, 0);
107    
108          return TRUE;          return TRUE;
109  }  }

Legend:
Removed from v.1090  
changed lines
  Added in v.1091

  ViewVC Help
Powered by ViewVC 1.1.26