]> Dogcows Code - chaz/openbox/blob - otk_c/rect.h
add screeninfo
[chaz/openbox] / 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);
This page took 0.038434 seconds and 5 git commands to generate.