Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: backgrounds.c session.c x.c Log Message: Trivial cleanups. =================================================================== RCS file: /cvs/e/e16/e/src/backgrounds.c,v retrieving revision 1.94 retrieving revision 1.95 diff -u -3 -r1.94 -r1.95 --- backgrounds.c 18 May 2007 08:25:01 -0000 1.94 +++ backgrounds.c 20 May 2007 12:46:24 -0000 1.95 @@ -2523,7 +2523,7 @@ p = params; if (p) { - len = 0; + len = len2 = 0; sscanf(p, "%100s %n%100s %n", cmd, &len2, prm, &len); p += len; } =================================================================== RCS file: /cvs/e/e16/e/src/session.c,v retrieving revision 1.142 retrieving revision 1.143 diff -u -3 -r1.142 -r1.143 --- session.c 16 Apr 2007 20:31:33 -0000 1.142 +++ session.c 20 May 2007 12:46:24 -0000 1.143 @@ -305,7 +305,9 @@ SmcSaveYourselfDone(smc_conn, False); } +#if 0 /* Unused */ static Atom atom_sm_client_id; +#endif static IceConn ice_conn; @@ -333,7 +335,9 @@ return; #ifdef HAVE_X11_SM_SMLIB_H +#if 0 /* Unused */ atom_sm_client_id = XInternAtom(disp, "SM_CLIENT_ID", False); +#endif IceSetIOErrorHandler(ice_io_error_handler); =================================================================== RCS file: /cvs/e/e16/e/src/x.c,v retrieving revision 1.156 retrieving revision 1.157 diff -u -3 -r1.156 -r1.157 --- x.c 20 May 2007 08:08:59 -0000 1.156 +++ x.c 20 May 2007 12:46:24 -0000 1.157 @@ -419,9 +419,10 @@ int type, Win cwin) { Win win; - int argb = 0; #if USE_COMPOSITE + int argb = 0; + switch (type) { case 0: /* Client window */ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs