Changeset 9791 for trunk/src/user32/user32api.h
- Timestamp:
- Feb 13, 2003, 11:12:27 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32api.h
r9005 r9791 1 /* $Id: user32api.h,v 1. 1 2002-08-15 10:14:30sandervl Exp $ */1 /* $Id: user32api.h,v 1.2 2003-02-13 10:12:25 sandervl Exp $ */ 2 2 //Internal user32 functions 3 3 … … 7 7 HWND WINAPI GetAncestor( HWND hwnd, UINT type ); 8 8 9 //Notify that focus has changed (necessary for SetFocus(0) handling) 10 void SetFocusChanged(); 11 12 extern BOOL fIgnoreKeystrokes; 13 9 14 #endif
Note:
See TracChangeset
for help on using the changeset viewer.