Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
iclass.c
Log Message:
Move function.
===================================================================
RCS file: /cvs/e/e16/e/src/iclass.c,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -3 -r1.141 -r1.142
--- iclass.c 28 Jun 2008 19:08:35 -0000 1.141
+++ iclass.c 7 Aug 2008 23:21:51 -0000 1.142
@@ -659,20 +659,6 @@
return im;
}
-void
-ImageclassApplySimple(ImageClass * ic, Win win, Drawable draw, int state,
- int x, int y, int w, int h)
-{
- EImage *im;
-
- im = ImageclassGetImage(ic, 0, 0, state);
- if (!im)
- return;
-
- EImageRenderOnDrawable(im, win, draw, 0, x, y, w, h);
- EImageFree(im);
-}
-
#ifdef ENABLE_TRANSPARENCY
static int
pt_type_to_flags(int image_type)
@@ -1210,6 +1196,20 @@
EXFreeGC(gc);
/* FIXME - No text */
}
+}
+
+void
+ImageclassApplySimple(ImageClass * ic, Win win, Drawable draw, int state,
+ int x, int y, int w, int h)
+{
+ EImage *im;
+
+ im = ImageclassGetImage(ic, 0, 0, state);
+ if (!im)
+ return;
+
+ EImageRenderOnDrawable(im, win, draw, 0, x, y, w, h);
+ EImageFree(im);
}
static ImageClass *
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs