- Remove svn:needs-lock, svn:eol-type, and svn:eol-tyle properties.
[reactos.git] / reactos / base / applications / fontview / display.h
1 #ifndef _DISPLAY_H
2 #define _DISPLAY_H
3
4 /* Messages for the display class */
5 #define FVM_SETTYPEFACE WM_USER
6 #define FVM_SETSTRING (WM_USER + 1)
7
8 /* Size restrictions */
9 #define MAX_STRING 100
10 #define MAX_FORMAT 20
11 #define MAX_SIZES 8
12
13 extern const WCHAR g_szFontDisplayClassName[];
14
15 /* Public function */
16 BOOL Display_InitClass(HINSTANCE hInstance);
17
18 #endif // _DISPLAY_H