devilhorns pushed a commit to branch master.

commit 6b8e11180d1aea50f116959e055d34a38610a4bc
Author: Chris Michael <[email protected]>
Date:   Wed Sep 11 13:41:05 2013 +0100

    Tell evas to use a frame object here.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/elm_win.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index 5937e40..0e12e2b 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -2463,6 +2463,8 @@ _elm_win_frame_add(Elm_Win_Smart_Data *sd,
    edje_object_part_swallow(sd->frame_obj, "elm.swallow.client", 
                             sd->client_obj);
 
+   evas_object_is_frame_object_set(sd->frame_obj, EINA_TRUE);
+
    evas_object_event_callback_add
      (sd->frame_obj, EVAS_CALLBACK_MOVE, _elm_win_frame_obj_move, sd);
    evas_object_event_callback_add

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk

Reply via email to