|
|
|
@ -391,7 +391,7 @@ ui_setup(unsigned int ui_w, unsigned int ui_h) |
|
|
|
|
win_w = ui_w; |
|
|
|
|
win_h = ui_h; |
|
|
|
|
|
|
|
|
|
o = eo_add(EVAS_RECTANGLE_CLASS, evas); |
|
|
|
|
o = eo_add(EFL_CANVAS_RECTANGLE_CLASS, evas); |
|
|
|
|
efl_gfx_position_set(o, 0, 0); |
|
|
|
|
efl_gfx_size_set(o, win_w, win_h); |
|
|
|
|
efl_gfx_color_set(o, 0, 0, 0, 0); |
|
|
|
@ -401,7 +401,7 @@ ui_setup(unsigned int ui_w, unsigned int ui_h) |
|
|
|
|
eo_event_callback_array_add(o, ui_callbacks(), NULL); |
|
|
|
|
o_bg = o; |
|
|
|
|
|
|
|
|
|
o = eo_add(EVAS_RECTANGLE_CLASS, evas); |
|
|
|
|
o = eo_add(EFL_CANVAS_RECTANGLE_CLASS, evas); |
|
|
|
|
efl_gfx_position_set(o, 0, 0); |
|
|
|
|
efl_gfx_size_set(o, win_w, win_h); |
|
|
|
|
efl_gfx_color_set(o, 255, 255, 255, 255); |
|
|
|
|