/[winpt]/trunk/PTD/PTD.cpp
ViewVC logotype

Diff of /trunk/PTD/PTD.cpp

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

revision 272 by twoaday, Sat Sep 30 10:24:23 2006 UTC revision 273 by twoaday, Fri Dec 8 10:22:17 2006 UTC
# Line 57  static HWND  systab_c32    ATTR_SEC = NU Line 57  static HWND  systab_c32    ATTR_SEC = NU
57  static unsigned *journ_keys = 0;  static unsigned *journ_keys = 0;
58  static unsigned key_idx = 0;  static unsigned key_idx = 0;
59  static unsigned nkeys = 0;  static unsigned nkeys = 0;
60  static HHOOK journ_hook = NULL;     /* Journaling hook  handle. */  static HHOOK journ_hook = NULL;  /* Journaling hook  handle. */
61    
62    
63  void dns_cleanup (void);  void dns_cleanup (void);
# Line 73  PTD_CBT_proc (int code, WPARAM wparam, L Line 73  PTD_CBT_proc (int code, WPARAM wparam, L
73          /* A window is about to receive the keyboard focus */                    /* A window is about to receive the keyboard focus */          
74                    
75          curr_hwnd = (HWND)wparam;          curr_hwnd = (HWND)wparam;
76          GetWindowThreadProcessId( curr_hwnd, &proc_id );          GetWindowThreadProcessId (curr_hwnd, &proc_id);
77          /* Only if the current window is different from this window list,          /* Only if the current window is different from this window list,
78             we set the new focus. For more information read the hint in             we set the new focus. For more information read the hint in
79             PTD_initialize. */             PTD_initialize. */

Legend:
Removed from v.272  
changed lines
  Added in v.273

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26