]> Dogcows Code - chaz/openbox/blob - otk_c/rect.h
50547b574518ab13b65b4a5ba411a7b6f7a4ffa3
[chaz/openbox] / otk_c / rect.h
1 // -*- mode: C; indent-tabs-mode: nil; -*-
2 #ifndef __rect_h
3 #define __rect_h
4
5 #include <Python.h>
6
7 typedef struct {
8 int x, y, width, height;
9 } OtkRect;
10
11 PyObject *OtkRect_New(int x, int y, int width, int height);
12
13 #endif // __rect_h
This page took 0.032458 seconds and 4 git commands to generate.