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); |
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. */ |