614.1.23
by Maxime Soulé
Some geometries can be relative to a monitor |
1 |
/*
|
2 |
* Copyright notice...
|
|
3 |
*/
|
|
4 |
||
5 |
#ifndef _CTWM_XPARSEGEOMETRY_H
|
|
6 |
#define _CTWM_XPARSEGEOMETRY_H
|
|
7 |
||
8 |
#include "r_structs.h" |
|
9 |
||
10 |
int RLayoutXParseGeometry(RLayout *layout, const char *geometry, int *x, int *y, |
|
11 |
unsigned int *width, unsigned int *height); |
|
12 |
||
13 |
#endif /* _CTWM_XPARSEGEOMETRY_H */ |