add special happy fun time note for e_pointer_mode function usage

This commit is contained in:
Mike Blumenkrantz 2013-09-26 10:56:57 +01:00
parent 00362b2e64
commit 1eb26ec077
1 changed files with 4 additions and 1 deletions

View File

@ -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)
{