mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-15 08:00:34 +01:00
Revert unintended changes to test/fallback-resolution.c in the previous commit
This commit is contained in:
parent
5911c6966d
commit
ff9ee74b37
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ main (void)
|
|||
cairo_test_context_t ctx;
|
||||
cairo_t *cr;
|
||||
cairo_test_status_t ret = CAIRO_TEST_UNTESTED;
|
||||
double ppi[] = { 576., 288., 144., 72., 36. };
|
||||
double ppi[] = { 600., 300., 150., 75., 72, 37.5 };
|
||||
unsigned int i;
|
||||
int ppi_x, ppi_y, num_ppi;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue