/[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 1155 by ossman_, Fri Mar 17 09:55:35 2006 UTC revision 1156 by ossman_, Fri Mar 17 10:48:55 2006 UTC
# Line 175  do_zchange(HWND hwnd, HWND behind) Line 175  do_zchange(HWND hwnd, HWND behind)
175  static void  static void
176  do_focus(HWND hwnd)  do_focus(HWND hwnd)
177  {  {
 /*      if (!AttachThreadInput(GetCurrentThreadId(), GetWindowThreadProcessId(hwnd, NULL), TRUE))  
         {  
                 debug("Failed to attach");  
                 return;  
         }  
         SetFocus(hwnd);  
         AttachThreadInput(GetCurrentThreadId(), GetWindowThreadProcessId(hwnd, NULL), FALSE)*/  
178          SendMessage(hwnd, g_wm_seamless_focus, 0, 0);          SendMessage(hwnd, g_wm_seamless_focus, 0, 0);
179  }  }
180    

Legend:
Removed from v.1155  
changed lines
  Added in v.1156

  ViewVC Help
Powered by ViewVC 1.1.26