/[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 1117 by astrand, Tue Mar 14 09:03:19 2006 UTC revision 1128 by ossman_, Wed Mar 15 12:05:20 2006 UTC
# Line 204  cbt_hook_proc(int code, WPARAM wparam, L Line 204  cbt_hook_proc(int code, WPARAM wparam, L
204    
205                                  show = LOWORD(lparam);                                  show = LOWORD(lparam);
206    
207                                  if ((show == SW_NORMAL) || (show == SW_SHOWNORMAL) || (show == SW_RESTORE))                                  if ((show == SW_NORMAL) || (show == SW_SHOWNORMAL)
208                                        || (show == SW_RESTORE))
209                                          state = 0;                                          state = 0;
210                                  else if ((show == SW_MINIMIZE) || (show == SW_SHOWMINIMIZED))                                  else if ((show == SW_MINIMIZE) || (show == SW_SHOWMINIMIZED))
211                                          state = 1;                                          state = 1;

Legend:
Removed from v.1117  
changed lines
  Added in v.1128

  ViewVC Help
Powered by ViewVC 1.1.26