CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/xparsegeometry.h
Go to the documentation of this file.
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 */
static int PlaceX
Definition add_window.c:82
int y
Definition menus.c:70
int x
Definition menus.c:69
The layout of our display.
Definition r_structs.h:45
int RLayoutXParseGeometry(RLayout *layout, const char *geometry, int *x, int *y, unsigned int *width, unsigned int *height)
Parse an X Geometry out to get the positions and sizes.