SVN revision: 31971
This commit is contained in:
Carsten Haitzler 2007-10-05 04:54:45 +00:00
parent c7ec01eac8
commit bb28443e9a
1 changed files with 0 additions and 1 deletions

View File

@ -285,7 +285,6 @@ eng_output_redraws_next_update_get(void *data, int *x, int *y, int *w, int *h, i
ux, uy, uw, uh,
cx, cy, cw, ch);
*x = ux; *y = uy; *w = uw; *h = uh;
printf("BUF: up %i %i %ix%i\n", ux, uy, uw, uh);
return surface;
}