]> icculus.org git repositories - mikachu/openbox.git/blob - otk_c/rect.h
add screeninfo
[mikachu/openbox.git] / otk_c / rect.h
1 typedef struct {
2   int x, y, width, height;
3 } OtkRect;
4
5 PyObject *OtkRect_New(int x, int y, int width, int height);