Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: E.h pager.c x.c Log Message: Trivial fixes. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v retrieving revision 1.430 retrieving revision 1.431 diff -u -3 -r1.430 -r1.431 --- E.h 14 May 2005 19:40:13 -0000 1.430 +++ E.h 14 May 2005 20:00:35 -0000 1.431 @@ -1474,6 +1474,7 @@ void DockIt(EWin * ewin); void DockDestroy(EWin * ewin); +/* draw.c */ Imlib_Image *ELoadImage(const char *file); void DrawEwinShape(EWin * ewin, int md, int x, int y, int w, int h, char firstlast); =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/pager.c,v retrieving revision 1.137 retrieving revision 1.138 diff -u -3 -r1.137 -r1.138 --- pager.c 14 May 2005 19:40:34 -0000 1.137 +++ pager.c 14 May 2005 20:00:39 -0000 1.138 @@ -2295,6 +2295,7 @@ break; Conf.pagers.enable = 0; PagersShow(1); + PagersCheckUpdate(); break; case ESIGNAL_IDLE: =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/x.c,v retrieving revision 1.88 retrieving revision 1.89 diff -u -3 -r1.88 -r1.89 --- x.c 12 May 2005 19:02:15 -0000 1.88 +++ x.c 14 May 2005 20:00:40 -0000 1.89 @@ -22,6 +22,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include "E.h" +#include "ecore-e16.h" #include <X11/Xutil.h> #include <X11/Xresource.h> ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs