my name is Leif Middelschulte and I leave my debug printfs in my code FOREVER

SVN revision: 65387
This commit is contained in:
Mike Blumenkrantz 2011-11-18 18:23:17 +00:00
parent b0cd2cf3d1
commit 024161663c
1 changed files with 0 additions and 1 deletions

View File

@ -1899,7 +1899,6 @@ ecore_x_randr_screen_reset(Ecore_X_Window root)
XRRFreeCrtcInfo(crtc_info);
}
fprintf(stderr, "E_RANDR: babam, resize! Trying to move all CRTCs with dx %d and dy %d", dx_min, dy_min);
if ((dx_min > 0) || (dy_min > 0))
{
if (ecore_x_randr_move_crtcs(root, enabled_crtcs, nenabled_crtcs, -dx_min, -dy_min))