gdiplus/tests: Make pixels_to_units() static.
This commit is contained in:
parent
0b8fc03379
commit
1051a107a4
|
@ -59,7 +59,7 @@ static REAL units_to_pixels(REAL units, GpUnit unit, REAL dpi)
|
|||
}
|
||||
|
||||
/* converts value in pixels to a given unit */
|
||||
REAL pixels_to_units(REAL pixels, GpUnit unit, REAL dpi)
|
||||
static REAL pixels_to_units(REAL pixels, GpUnit unit, REAL dpi)
|
||||
{
|
||||
switch (unit)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue