From 8d3d9ae75c3b023288af18492713b00ca8244fe1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Dec 2002 23:26:51 +0000 Subject: add rect --- otk_c/rect.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'otk_c/rect.h') diff --git a/otk_c/rect.h b/otk_c/rect.h index 4d08828c..50547b57 100644 --- a/otk_c/rect.h +++ b/otk_c/rect.h @@ -1,5 +1,13 @@ +// -*- mode: C; indent-tabs-mode: nil; -*- +#ifndef __rect_h +#define __rect_h + +#include + typedef struct { int x, y, width, height; } OtkRect; PyObject *OtkRect_New(int x, int y, int width, int height); + +#endif // __rect_h -- cgit v1.2.3