Enlightenment CVS committal Author : englebass Project : e_modules Module : bling
Dir : e_modules/bling Modified Files: compmgr.c Log Message: Fix warnings. =================================================================== RCS file: /cvs/e/e_modules/bling/compmgr.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- compmgr.c 17 Sep 2006 12:58:17 -0000 1.10 +++ compmgr.c 31 Dec 2006 11:07:18 -0000 1.11 @@ -259,7 +259,7 @@ Fade *f; Win *w; int f_continue = 1; - double current_time, delta_time, fade_interval; + double current_time, delta_time; f = data; if (!f) return 0; @@ -1380,8 +1380,6 @@ { Win *new = E_NEW(Win, 1); Win *p; - Bool fade; - char *name, *class; if (!new) return; @@ -2044,19 +2042,17 @@ if (!XRenderQueryExtension(dpy, &render_event, &render_error)) { - e_error_message_show(_("Load Error"), - _("Unable to load Bling module:<br>" - "Your X server does not have the Render extension.<br>")); + e_error_message_show(_("Unable to load Bling module:<br>" + "Your X server does not have the Render extension.<br>")); return 0; } if (!XQueryExtension (dpy, COMPOSITE_NAME, &composite_opcode, &composite_event, &composite_error)) { - e_error_message_show(_("Load Error"), - _("Unable to load Bling module:<br>" - "Your X server does not have the Composite extension.<br>" - "You may need to enable this manually in your X configuration.<br>")); + e_error_message_show(_("Unable to load Bling module:<br>" + "Your X server does not have the Composite extension.<br>" + "You may need to enable this manually in your X configuration.<br>")); return 0; } XCompositeQueryVersion(dpy, &composite_major, &composite_minor); ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs