projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed74a9
)
move the extern OtkRect_Type to the .h
author
Dana Jansens
<danakj@orodu.net>
Sat, 21 Dec 2002 14:59:14 +0000
(14:59 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 21 Dec 2002 14:59:14 +0000
(14:59 +0000)
otk_c/rect.c
patch
|
blob
|
history
diff --git
a/otk_c/rect.c
b/otk_c/rect.c
index 63911c8f3ca1eb6bccae01eff2ce8286f5dd87b2..086e46a7eb897f47beeee495c0367045f33b1257 100644
(file)
--- a/
otk_c/rect.c
+++ b/
otk_c/rect.c
@@
-3,8
+3,6
@@
#include "../config.h"
#include "rect.h"
-extern PyTypeObject OtkRect_Type;
-
PyObject *OtkRect_New(int x, int y, int width, int height)
{
OtkRect* self = PyObject_New(OtkRect, &OtkRect_Type);