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:
58b0542
)
oops, prototypes don't have an instance
author
Dana Jansens
<danakj@orodu.net>
Mon, 26 May 2003 16:36:09 +0000
(16:36 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 26 May 2003 16:36:09 +0000
(16:36 +0000)
render2/surface.c
patch
|
blob
|
history
diff --git
a/render2/surface.c
b/render2/surface.c
index bd77dca993e29c83a1b3d8e63577bce26375b9d6..003dadd38fb9174ebfd414187c2a3d5436bbda19 100644
(file)
--- a/
render2/surface.c
+++ b/
render2/surface.c
@@
-27,7
+27,7
@@
struct RrSurface *RrSurfaceNewProto(enum RrSurfaceType type,
struct RrSurface *sur;
sur = surface_new(type, numtex);
- sur->inst =
inst
;
+ sur->inst =
NULL
;
sur->win = None;
sur->parent = NULL;
return sur;