/[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 1108 by ossman_, Fri Mar 10 15:00:38 2006 UTC revision 1109 by ossman_, Fri Mar 10 15:12:28 2006 UTC
# Line 91  wndproc_hook_proc(int code, WPARAM cur_t Line 91  wndproc_hook_proc(int code, WPARAM cur_t
91                  goto end;                  goto end;
92    
93          if (style & WS_POPUP)          if (style & WS_POPUP)
94            {
95                  parent = (HWND) GetWindowLong(hwnd, GWL_HWNDPARENT);                  parent = (HWND) GetWindowLong(hwnd, GWL_HWNDPARENT);
96                    if (!parent)
97                            parent = (HWND) - 1;
98            }
99          else          else
100                  parent = NULL;                  parent = NULL;
101    

Legend:
Removed from v.1108  
changed lines
  Added in v.1109

  ViewVC Help
Powered by ViewVC 1.1.26