diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/include/evas_common_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/include/evas_common_private.h b/src/lib/evas/include/evas_common_private.h index 4d9368b31b..509f7c93a8 100644 --- a/src/lib/evas/include/evas_common_private.h +++ b/src/lib/evas/include/evas_common_private.h | |||
@@ -948,12 +948,12 @@ struct _Tilebuf | |||
948 | struct { | 948 | struct { |
949 | short w, h; | 949 | short w, h; |
950 | } tile_size; | 950 | } tile_size; |
951 | int need_merge; | ||
952 | list_t rects; | 951 | list_t rects; |
953 | struct { | 952 | struct { |
954 | int x, y, w, h; | 953 | int x, y, w, h; |
955 | } prev_add, prev_del; | 954 | } prev_add, prev_del; |
956 | Eina_Bool strict_tiles : 1; | 955 | Eina_Bool strict_tiles : 1; |
956 | Eina_Bool need_merge : 1; | ||
957 | #endif | 957 | #endif |
958 | }; | 958 | }; |
959 | 959 | ||