1 /* Header file to use proplist_t typedef without #including 2 * WINGs/proplist-compat.h */ 3 4 #ifndef _PROPLIST_T_H 5 #define _PROPLIST_T_H 6 7 #include <WINGs/WUtil.h> 8 typedef WMPropList *proplist_t; 9 10 #endif 11
1 /* Header file to use proplist_t typedef without #including 2 * WINGs/proplist-compat.h */ 3 4 #ifndef _PROPLIST_T_H 5 #define _PROPLIST_T_H 6 7 #include <WINGs/WUtil.h> 8 typedef WMPropList *proplist_t; 9 10 #endif 11