~ctwm/ctwm/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright notice...
 */

#ifndef _CTWM_XPARSEGEOMETRY_H
#define _CTWM_XPARSEGEOMETRY_H

#include "r_structs.h"

int RLayoutXParseGeometry(RLayout *layout, const char *geometry, int *x, int *y,
                          unsigned int *width, unsigned int *height);

#endif  /* _CTWM_XPARSEGEOMETRY_H */