Ecore_X_Image: Add missing LOGFN for ecore_x_image_put.

SVN revision: 57134
This commit is contained in:
Christopher Michael 2011-02-17 20:11:20 +00:00
parent d2dc1f438b
commit 8d02656dc5
1 changed files with 2 additions and 1 deletions

View File

@ -282,7 +282,8 @@ ecore_x_image_put(Ecore_X_Image *im,
int h)
{
Ecore_X_GC tgc = 0;
LOGFN(__FILE__, __LINE__, __FUNCTION__);
if (!gc)
{
XGCValues gcv;