Enumeration of window display types.
#include <hnm/display_event.h>
typedef enum hnm_window_type_e{
HNM_WINDOW_FULLSCREEN
HNM_WINDOW_OVERLAY
HNM_WINDOW_NOTIFICATION
HNM_WINDOW_GROWL
HNM_WINDOW_HIDDEN
HNM_WINDOW_NUM_TYPES
} hnm_WindowTypeID;
The available window types are Fullscreen, Growl, Notification, and Overlay. Note that the Hidden window type is defined only for the sake of completeness; it shouldn't be used in practice.