From 4f512916e033f307ada5d49202f0da3d5dd9d561 Mon Sep 17 00:00:00 2001 From: Nicholas Niro Date: Fri, 30 Mar 2007 01:33:13 -0500 Subject: [PATCH] just removed commented code in x11.c. version updated. --- TODO | 6 ++++++ src/extlib/x11.c | 6 ------ version.mk | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index 3646fcf..86a10a5 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,11 @@ Things to do in the neuro library. +graphics -- Neuro_SetImgPos is broken: + - The function should make the image be redrawn + but it should do so using the painter's algorithm + instead of drawing the image on the top of the stack + as it is doing currently. + debug -- The whole debug.c file needs to change: - The module needs to be put into src/misc in the first place and every Debug_ functions diff --git a/src/extlib/x11.c b/src/extlib/x11.c index d791402..94a5611 100644 --- a/src/extlib/x11.c +++ b/src/extlib/x11.c @@ -491,12 +491,6 @@ Lib_SetColorKey(v_object *vobj, u32 key) if (!buf) return; - /* old hack to apply a new transparency color key to - * the source bitmap.c - * Will soon become obsolete. - */ - /* color_key = key; */ - Neuro_GiveImageSize(vobj, &width, &height); if (buf->shapemask) diff --git a/version.mk b/version.mk index 715f8ac..3f415f6 100644 --- a/version.mk +++ b/version.mk @@ -1,6 +1,6 @@ MAJOR=0 MINOR=49 -MICRO=22 +MICRO=23 INTERFACE=2 -REVISION=13 +REVISION=14 BINARY=2 -- 2.11.4.GIT