fix till :)

SVN revision: 6455
This commit is contained in:
Carsten Haitzler 2002-11-20 06:38:02 +00:00
parent 77288baff1
commit ff53f70023
3 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
Carsten Haitzler <raster@rasterman.com>
Adam Till <till@adam-lilienthal.de>
Till Adam <till@adam-lilienthal.de>
Steve Ireland <sireland@pobox.com>

View File

@ -12,7 +12,7 @@ These routines are used for Evas Library interaction
@image html evas.png
@version 1.0.0
@author Carsten Haitzler <raster@rasterman.com>
@author Adam Till <till@adam-lilienthal.de>
@author Till Adam <till@adam-lilienthal.de>
@author Steve Ireland <sireland@pobox.com>
@date 2001-2002

View File

@ -244,6 +244,11 @@ extern "C" {
int evas_coord_world_x_to_screen (Evas *e, double x);
int evas_coord_world_y_to_screen (Evas *e, double y);
void evas_pointer_output_xy_get (Evas *e, int *x, int *y);
void evas_pointer_canvas_xy_get (Evas *e, double *x, double *y);
int evas_pointer_button_down_mask_get (Evas *e);
int evas_pointer_inside_get (Evas *e);
/* DOC UP TO HERE */
void evas_damage_rectangle_add (Evas *e, int x, int y, int w, int h);
void evas_obscured_rectangle_add (Evas *e, int x, int y, int w, int h);
void evas_obscured_clear (Evas *e);
@ -390,11 +395,6 @@ extern "C" {
void evas_object_smart_callback_add (Evas_Object *obj, char *event, void (*func) (void *data, Evas_Object *obj, void *event_info), void *data);
void *evas_object_smart_callback_del (Evas_Object *obj, char *event, void (*func) (void *data, Evas_Object *obj, void *event_info));
void evas_object_smart_callback_call (Evas_Object *obj, char *event, void *event_info);
void evas_pointer_output_xy_get (Evas *e, int *x, int *y);
void evas_pointer_canvas_xy_get (Evas *e, double *x, double *y);
int evas_pointer_button_down_mask_get (Evas *e);
int evas_pointer_inside_get (Evas *e);
void evas_event_freeze (Evas *e);
void evas_event_thaw (Evas *e);