Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
backgrounds.c pager.c
Log Message:
Use fallback imageclass a couple of places.
===================================================================
RCS file: /cvs/e/e16/e/src/backgrounds.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -3 -r1.112 -r1.113
--- backgrounds.c 28 Jun 2008 19:08:35 -0000 1.112
+++ backgrounds.c 7 Aug 2008 23:21:00 -0000 1.113
@@ -1674,7 +1674,7 @@
pmap = EGetWindowBackgroundPixmap(win);
gc = EXCreateGC(pmap, 0, NULL);
- ic_button = ImageclassFind("DIALOG_BUTTON", 0);
+ ic_button = ImageclassFind("DIALOG_BUTTON", 1);
XSetForeground(disp, gc, Dpy.pixel_black);
XFillRectangle(disp, pmap, gc, 0, 0, w, h);
===================================================================
RCS file: /cvs/e/e16/e/src/pager.c,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -3 -r1.269 -r1.270
--- pager.c 7 Aug 2008 23:17:04 -0000 1.269
+++ pager.c 7 Aug 2008 23:21:00 -0000 1.270
@@ -326,7 +326,7 @@
{
ImageClass *ic;
- ic = ImageclassFind("PAGER_WIN", 0);
+ ic = ImageclassFind("PAGER_WIN", 1);
ImageclassApplySimple(ic, p->win, ewin->mini_pmm.pmap,
STATE_NORMAL, 0, 0, w, h);
Dprintf("Use Iclass, pmap=%#lx\n", ewin->mini_pmm.pmap);
@@ -594,7 +594,7 @@
return;
}
- ic = ImageclassFind("PAGER_BACKGROUND", 0);
+ ic = ImageclassFind("PAGER_BACKGROUND", 1);
if (ic)
{
ImageclassApplySimple(ic, p->win, pmap, STATE_NORMAL,
-------------------------------------------------------------------------
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