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

Last change on this file since 10367 was 10316, checked in by sandervl, 22 years ago

Visible & Clip region changes

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