/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ServerExe/HookDll/hookdll.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/HookDll/hookdll.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1099 by ossman_, Fri Mar 10 12:54:37 2006 UTC revision 1100 by ossman_, Fri Mar 10 12:56:37 2006 UTC
# Line 195  cbt_hook_proc(int code, WPARAM wparam, L Line 195  cbt_hook_proc(int code, WPARAM wparam, L
195                                          state = 1;                                          state = 1;
196                                  else if (show == SW_SHOWMAXIMIZED)                                  else if (show == SW_SHOWMAXIMIZED)
197                                          state = 2;                                          state = 2;
198                                    else
199                                            break;
200                                  vchannel_write("STATE,0x%p,0x%x,0x%x", (HWND) wparam, state, 0);                                  vchannel_write("STATE,0x%p,0x%x,0x%x", (HWND) wparam, state, 0);
201                                  break;                                  break;
202                          }                          }

Legend:
Removed from v.1099  
changed lines
  Added in v.1100

  ViewVC Help
Powered by ViewVC 1.1.26