tooltip windows now set shape input rect in elm_win
authorMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 8 Dec 2014 00:36:19 +0000 (19:36 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 8 Dec 2014 01:22:30 +0000 (20:22 -0500)
commita8190588f6e4ca9ecf2ce8fbb95d22a1d96261c1
tree61822a0d6493cc953c2f781af87f6eb988e7a258
parentb9c510122effa55258f5dcf5d916b0b0343399f8
tooltip windows now set shape input rect in elm_win

this fixes a longstanding race condition where tooltip windowss could exist with a shape rectangle due to race conditions between applying window properties (eg. alpha) and reapplying the input rect
src/lib/elm_win.c
src/lib/els_tooltip.c