From e5c5b4bf700f9bf00dd88bd4b6a471ac1ccefaff Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Dec 2002 23:19:07 +0000 Subject: add screeninfo --- otk_c/rect.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 otk_c/rect.h (limited to 'otk_c/rect.h') diff --git a/otk_c/rect.h b/otk_c/rect.h new file mode 100644 index 00000000..4d08828c --- /dev/null +++ b/otk_c/rect.h @@ -0,0 +1,5 @@ +typedef struct { + int x, y, width, height; +} OtkRect; + +PyObject *OtkRect_New(int x, int y, int width, int height); -- cgit v1.2.3