/* Header file to use proplist_t typedef without #including * WINGs/proplist-compat.h */ #ifndef _PROPLIST_T_H #define _PROPLIST_T_H #include <WINGs/WUtil.h> typedef WMPropList *proplist_t; #endif