add max(w,h) to gadcon client struct, only used as yet-another-gadman-hack

This commit is contained in:
Mike Blumenkrantz 2013-08-13 11:03:50 +01:00
parent 0bb7ceb97c
commit 0cc522d128
1 changed files with 2 additions and 2 deletions

View File

@ -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;