Enlightenment CVS committal
Author : barbieri
Project : e17
Module : libs/evas
Dir : e17/libs/evas/src/lib/include
Modified Files:
evas_private.h
Log Message:
Use more specific types in Evas_Object.
===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_private.h,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -3 -r1.97 -r1.98
--- evas_private.h 30 Apr 2008 23:58:43 -0000 1.97
+++ evas_private.h 1 May 2008 03:42:21 -0000 1.98
@@ -408,23 +408,23 @@
struct {
int x, y, w, h;
unsigned char r, g, b, a;
- unsigned char visible : 1;
- unsigned char dirty : 1;
+ Evas_Bool visible : 1;
+ Evas_Bool dirty : 1;
} clip;
} cache;
Evas_Coord_Rectangle geometry;
struct {
unsigned char r, g, b, a;
} color;
- unsigned char visible : 1;
- unsigned char have_clipees : 1;
+ Evas_Bool visible : 1;
+ Evas_Bool have_clipees : 1;
int layer;
Evas_Object *clipper;
- unsigned char anti_alias;
+ Evas_Bool anti_alias;
struct {
int color_space;
} interpolation;
- int render_op;
+ Evas_Render_Op render_op;
} cur, prev;
char *name;
@@ -465,20 +465,20 @@
int mouse_grabbed;
Evas_Object_Pointer_Mode pointer_mode;
- unsigned short store : 1;
- unsigned short pass_events : 1;
- unsigned short parent_pass_events : 1;
- unsigned short parent_cache_valid : 1;
- unsigned short repeat_events : 1;
- unsigned short restack : 1;
- unsigned short changed : 1;
- unsigned short mouse_in : 1;
- unsigned short pre_render_done : 1;
- unsigned short intercepted : 1;
- unsigned short focused : 1;
- unsigned short in_layer : 1;
- unsigned short no_propagate : 1;
- unsigned short precise_is_inside : 1;
+ Evas_Bool store : 1;
+ Evas_Bool pass_events : 1;
+ Evas_Bool parent_pass_events : 1;
+ Evas_Bool parent_cache_valid : 1;
+ Evas_Bool repeat_events : 1;
+ Evas_Bool restack : 1;
+ Evas_Bool changed : 1;
+ Evas_Bool mouse_in : 1;
+ Evas_Bool pre_render_done : 1;
+ Evas_Bool intercepted : 1;
+ Evas_Bool focused : 1;
+ Evas_Bool in_layer : 1;
+ Evas_Bool no_propagate : 1;
+ Evas_Bool precise_is_inside : 1;
unsigned char delete_me;
};
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs