[WIN32SS][FONT] Fix font metrics (#713)
[reactos.git] / win32ss / gdi / eng / engevent.h
1 #pragma once
2
3 //
4 // Flags for the fFlags field of ENG_EVENT
5 //
6 enum _EVENTFLAGS
7 {
8 ENG_EVENT_USERMAPPED = 0x01
9 };
10
11 /* EOF */