source:
trunk/src/user32/user32api.h@
21971
      
      | Last change on this file since 21971 was 21916, checked in by , 14 years ago | |
|---|---|
| File size: 356 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 | #ifdef __cplusplus | 
| 8 | extern "C" { | 
| 9 | #endif | 
| 10 | |
| 11 | //Notify that focus has changed (necessary for SetFocus(0) handling) | 
| 12 | void SetFocusChanged(); | 
| 13 | |
| 14 | extern BOOL fIgnoreKeystrokes; | 
| 15 | |
| 16 | #ifdef __cplusplus | 
| 17 | } // extern "C" | 
| 18 | #endif | 
| 19 | |
| 20 | #endif | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
