Top level windows with 0 width or height are created with a size of 1x1 in
[wine] / include / nativefont.h
1 /*
2  * Native font class extra info
3  *
4  * Copyright 1998 Eric Kohl
5  */
6
7 #ifndef __WINE_NATIVEFONT_H
8 #define __WINE_NATIVEFONT_H
9
10 #include "windef.h"
11
12 typedef struct tagNATIVEFONT_INFO
13 {
14     DWORD  dwDummy;   /* just to keep the compiler happy ;-) */
15
16 } NATIVEFONT_INFO;
17
18
19 extern VOID NATIVEFONT_Register (VOID);
20 extern VOID NATIVEFONT_Unregister (VOID);
21
22 #endif  /* __WINE_NATIVEFONT_H */