source: trunk/src/user32/user32api.h@ 9791

Last change on this file since 9791 was 9791, checked in by sandervl, 23 years ago

Handle SetFocus(0) correctly: keystrokes are converted into WM_SYSKEYDOWN/(WM_SYSCHAR)/WM_SYSKEYUP messages

File size: 323 bytes
Line 
1/* $Id: user32api.h,v 1.2 2003-02-13 10:12:25 sandervl Exp $ */
2//Internal user32 functions
3
4#ifndef __USER32API_H_
5#define __USER32API_H_
6
7HWND WINAPI GetAncestor( HWND hwnd, UINT type );
8
9//Notify that focus has changed (necessary for SetFocus(0) handling)
10void SetFocusChanged();
11
12extern BOOL fIgnoreKeystrokes;
13
14#endif
Note: See TracBrowser for help on using the repository browser.