1/* 2 * Copyright notice... 3 */ 4 5#ifndef _CTWM_XPARSEGEOMETRY_H 6#define _CTWM_XPARSEGEOMETRY_H 7 8#include "r_structs.h" 9 10int RLayoutXParseGeometry(RLayout *layout, const char *geometry, int *x, int *y, 11 unsigned int *width, unsigned int *height); 12 13#endif /* _CTWM_XPARSEGEOMETRY_H */ 14