(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
This commit is contained in:
@@ -697,7 +697,7 @@ skip_column:
|
||||
|
||||
/* Check if y is out of bounds? */
|
||||
y -= dpi->top;
|
||||
if (!IS_INT_INSIDE(y, 0, dpi->height)) continue;
|
||||
if (!IsInsideMM(y, 0, dpi->height)) continue;
|
||||
|
||||
/* Default is to draw both pixels. */
|
||||
skip = false;
|
||||
|
Reference in New Issue
Block a user