From: Hermet Park Date: Thu, 6 Dec 2018 05:05:12 +0000 (+0900) Subject: evas: temporary fix for proper eolian build. X-Git-Tag: accepted/tizen/unified/20181206.141119~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F194590%2F1;p=platform%2Fupstream%2Fefl.git evas: temporary fix for proper eolian build. Stil eo grammar is fragile, this reference syntax have a issue at efl-extension build. We put this temporary change until upstream make it stable. see T7495. Change-Id: I13bcd288f1c906476602835cab1e6fea8233e80b --- diff --git a/src/lib/evas/canvas/efl_canvas_object.eo b/src/lib/evas/canvas/efl_canvas_object.eo index 6be3fcd..8cc4603 100644 --- a/src/lib/evas/canvas/efl_canvas_object.eo +++ b/src/lib/evas/canvas/efl_canvas_object.eo @@ -464,7 +464,7 @@ abstract Efl.Canvas.Object (Efl.Loop_Consumer, Efl.Gfx.Entity, Efl.Gfx.Color, Ef modifiers that must and mustn't, respectively, be pressed along with $keyname key in order to trigger this new key grab. Modifiers can be things such as Shift and Ctrl as well as - user defined types via @Evas.Canvas.key_modifier_add. + user defined types via Evas.Canvas.key_modifier_add. $exclusive will make the given object the only one permitted to grab the given key. If given $true, subsequent calls on this function with different $obj arguments will fail, unless the key