/[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 1185 by ossman_, Wed Mar 22 11:52:07 2006 UTC revision 1186 by ossman_, Wed Mar 22 11:56:46 2006 UTC
# Line 126  enum_cb(HWND hwnd, LPARAM lparam) Line 126  enum_cb(HWND hwnd, LPARAM lparam)
126                  return TRUE;                  return TRUE;
127          }          }
128    
129          vchannel_write("POSITION", "0x%p,%d,%d,%d,%d,0x%x",          vchannel_write("POSITION", "0x%08lx,%d,%d,%d,%d,0x%08x",
130                         hwnd,                         hwnd,
131                         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);
132    
# Line 141  enum_cb(HWND hwnd, LPARAM lparam) Line 141  enum_cb(HWND hwnd, LPARAM lparam)
141          else          else
142                  state = 0;                  state = 0;
143    
144          vchannel_write("STATE", "0x%p,0x%x,0x%x", hwnd, state, 0);          vchannel_write("STATE", "0x%08lx,0x%08x,0x%08x", hwnd, state, 0);
145    
146          return TRUE;          return TRUE;
147  }  }

Legend:
Removed from v.1185  
changed lines
  Added in v.1186

  ViewVC Help
Powered by ViewVC 1.1.26