Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: E.h ewins.c groups.c progress.c Log Message: Trivial cleanups. =================================================================== RCS file: /cvs/e/e16/e/src/E.h,v retrieving revision 1.545 retrieving revision 1.546 diff -u -3 -r1.545 -r1.546 --- E.h 18 Apr 2006 23:47:29 -0000 1.545 +++ E.h 19 Apr 2006 17:23:34 -0000 1.546 @@ -880,7 +880,7 @@ /* progress.c */ typedef struct _progressbar Progressbar; -Progressbar *ProgressbarCreate(char *name, int width, int height); +Progressbar *ProgressbarCreate(const char *name, int width, int height); void ProgressbarDestroy(Progressbar * p); void ProgressbarSet(Progressbar * p, int progress); void ProgressbarShow(Progressbar * p); =================================================================== RCS file: /cvs/e/e16/e/src/ewins.c,v retrieving revision 1.154 retrieving revision 1.155 diff -u -3 -r1.154 -r1.155 --- ewins.c 18 Apr 2006 16:26:51 -0000 1.154 +++ ewins.c 19 Apr 2006 17:23:34 -0000 1.155 @@ -292,10 +292,6 @@ { EwinStateUpdate(ewin); -#if 0 /* Do we want this? */ - if (!EwinIsInternal(ewin)) - MatchEwinToSM(ewin); -#endif WindowMatchEwinOps(ewin); /* Window matches */ if (!EwinIsInternal(ewin) && Mode.wm.startup) EHintsGetInfo(ewin); /* E restart hints */ =================================================================== RCS file: /cvs/e/e16/e/src/groups.c,v retrieving revision 1.78 retrieving revision 1.79 diff -u -3 -r1.78 -r1.79 --- groups.c 16 Apr 2006 13:27:37 -0000 1.78 +++ groups.c 19 Apr 2006 17:23:34 -0000 1.79 @@ -638,7 +638,8 @@ } static void -ChooseGroupDialog(EWin * ewin, char *message, char group_select, int action) +ChooseGroupDialog(EWin * ewin, const char *message, char group_select, + int action) { Dialog *d; =================================================================== RCS file: /cvs/e/e16/e/src/progress.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- progress.c 16 Apr 2006 22:27:06 -0000 1.29 +++ progress.c 19 Apr 2006 17:23:34 -0000 1.30 @@ -41,7 +41,7 @@ static Progressbar **plist = NULL; Progressbar * -ProgressbarCreate(char *name, int w, int h) +ProgressbarCreate(const char *name, int w, int h) { Progressbar *p; int x, y; ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs