diff --git a/legacy/evas/AUTHORS b/legacy/evas/AUTHORS index b9a94045d0..56dac5a88c 100644 --- a/legacy/evas/AUTHORS +++ b/legacy/evas/AUTHORS @@ -1 +1,3 @@ Carsten Haitzler +Adam Till +Steve Ireland diff --git a/legacy/evas/evas.c.in b/legacy/evas/evas.c.in index 731f05b4c7..0f2c8c2da2 100644 --- a/legacy/evas/evas.c.in +++ b/legacy/evas/evas.c.in @@ -12,6 +12,8 @@ These routines are used for Evas Library interaction @image html evas.png @version 1.0.0 @author Carsten Haitzler +@author Adam Till +@author Steve Ireland @date 2001-2002 @@ -86,7 +88,7 @@ etc. @endverbatim The series of commands is executed by the windowing system and the results -are displays on the screen (normally). Once the commands are executed the +are displayed on the screen (normally). Once the commands are executed the display system has little or no idea of how to reproduce this image again, and so has to be instructed by the application how to redraw sections of the screen whenever needed. Each sucessive command will be executed as