From: Mike Blumenkrantz Date: Thu, 26 Sep 2013 09:56:57 +0000 (+0100) Subject: add special happy fun time note for e_pointer_mode function usage X-Git-Tag: submit/efl/20131021.015651~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1eb26ec077d3e2a3754f90ca681069f1654b974f;p=platform%2Fupstream%2Fenlightenment.git add special happy fun time note for e_pointer_mode function usage --- diff --git a/src/bin/e_pointer.c b/src/bin/e_pointer.c index d101c6426f..11c0f0b652 100644 --- a/src/bin/e_pointer.c +++ b/src/bin/e_pointer.c @@ -241,7 +241,10 @@ e_pointer_idler_before(void) } } - +/** + * mode_{push,pop} functions are ONLY for use with compositor objects. + * these functions should NEVER be used for setting internal window pointers!!!! + */ EAPI void e_pointer_mode_push(void *obj, E_Pointer_Mode mode) {