From: Mike Blumenkrantz Date: Tue, 13 Aug 2013 10:03:50 +0000 (+0100) Subject: add max(w,h) to gadcon client struct, only used as yet-another-gadman-hack X-Git-Tag: submit/efl/20131021.015651~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cc522d1285c33909cbb854165c8d96eab540964;p=platform%2Fupstream%2Fenlightenment.git add max(w,h) to gadcon client struct, only used as yet-another-gadman-hack --- diff --git a/src/bin/e_gadcon.h b/src/bin/e_gadcon.h index 8fd4927..87a02e7 100644 --- a/src/bin/e_gadcon.h +++ b/src/bin/e_gadcon.h @@ -199,8 +199,8 @@ struct _E_Gadcon_Client struct { - Evas_Coord w, h; - } pad, min, aspect; + int w, h; + } pad, min, max, aspect; Ecore_Timer *scroll_timer; Ecore_Timer *instant_edit_timer;