/* 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


syntax highlighted by Code2HTML, v. 0.9.1