commit | e6ab9d308af56d9829e90d17a406c44f0b68d8d4 | [log] [tgz] |
---|---|---|
author | Ulrich Czekalla <ulrichc@corel.ca> | Sun Oct 24 17:26:45 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Oct 24 17:26:45 1999 +0000 |
tree | d46d184fc45d9d2fae7a2a0633c6564c7321776f | |
parent | 9f295f127e04147568f88bc31d3cf0a047d6f7e0 [diff] [blame] |
Make sure that all calls use the extended structures which are a superset of the regular structures.
diff --git a/include/x11font.h b/include/x11font.h index 4b1b80b..1e989b4 100644 --- a/include/x11font.h +++ b/include/x11font.h
@@ -201,7 +201,7 @@ typedef struct { LPLOGFONTW lpLogFontParam; - FONTENUMPROCW lpEnumFunc; + FONTENUMPROCEXW lpEnumFunc; LPARAM lpData; LPNEWTEXTMETRICEXW lpTextMetric;