Neuter GP_ContextConvert (always alloc)
commit4a0d49ee3217ef629843a671587ae0e4c1659564
authorTomas Gavenciak <gavento@ucw.cz>
Sat, 26 Nov 2011 20:29:11 +0000 (26 21:29 +0100)
committerTomas Gavenciak <gavento@ucw.cz>
Sat, 26 Nov 2011 20:29:11 +0000 (26 21:29 +0100)
tree162eb465895c09444103ffea6a89c68be0bf2f1b
parent31c18f79b0e5a2b49f3ad6315ab7605935b2fc56
Neuter GP_ContextConvert (always alloc)

Make GP_ContextConvert always allocate a new GP_Context
* Consistent allocation behavior (=> less leaks)
* The other variant is just a blit (make another wrapper if required)
* Easier wrapping

Note: the variant was buggy anyway (direct use of context->w)
demos/fbshow/fbshow.c
demos/grinder/grinder.c
doc/context.txt
include/core/GP_Context.h
libs/core/GP_Context.c
tests/SDL/blittest.c