Sweden-Number/dlls/gdi32
Jacek Caban 6403e88140 gdi32: Use GetICMProfile driver entry point for EnumICMProfilesW.
When display ICM is not explicitly configured on Windows, GetICMProfile
returns the default profile, but EnumICMProfiles does not enumerate
anything. For non-default configuration, EnumICMProfiles returns
configured profiles.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-09 19:31:22 +02:00
..
dibdrv gdi32: Use GetICMProfile driver entry point for EnumICMProfilesW. 2021-09-09 19:31:22 +02:00
tests gdi32: Use zero biClrUsed in emfdc_create_brush when possible. 2021-09-07 23:19:22 +02:00
uniscribe gdi32: Use NtGdiGetGlyphIndicesW for GetGlyphIndicesW. 2021-08-30 22:49:58 +02:00
Makefile.in gdi32: Merge enhmfdrv/bitblt.c into emfdc.c. 2021-08-24 17:41:23 +02:00
bitblt.c gdi32: Use EMR_PLGBLT to record PlgBlt. 2021-09-09 19:31:16 +02:00
bitmap.c gdi32: Use NtGdiDeleteObjectApp instead of DeleteObject in ntgdi functions. 2021-09-03 21:43:03 +02:00
brush.c gdi32: Copy brush bits in get_brush_bitmap_info. 2021-09-07 23:19:22 +02:00
clipping.c gdi32: Use NtGdiDeleteObjectApp instead of DeleteObject in ntgdi functions. 2021-09-03 21:43:03 +02:00
dc.c gdi32: Support NULL prev_value in NtGdiGetAndSetDCDword. 2021-09-09 19:31:19 +02:00
dib.c gdi32: Don't use gdi_private.h and ntgdi_private.h at the same time. 2021-09-07 23:19:22 +02:00
driver.c gdi32: Use GetICMProfile driver entry point for EnumICMProfilesW. 2021-09-09 19:31:22 +02:00
emfdc.c gdi32: Use EMR_PLGBLT to record PlgBlt. 2021-09-09 19:31:16 +02:00
emfdrv.c gdi32: Use GetICMProfile driver entry point for EnumICMProfilesW. 2021-09-09 19:31:22 +02:00
enhmetafile.c gdi32: Don't use gdi_private.h and ntgdi_private.h at the same time. 2021-09-07 23:19:22 +02:00
font.c gdi32: Use GetICMProfile driver entry point for EnumICMProfilesW. 2021-09-09 19:31:22 +02:00
freetype.c ntdll: Make wine_nt_to_unix_file_name() and wine_unix_to_nt_file_name() follow NT syscall conventions. 2021-08-02 22:57:38 +02:00
gdi32.rc
gdi32.spec gdi32: Use ntgdi names for spool functions. 2021-09-02 21:57:38 +02:00
gdi_private.h gdi32: Use EMR_PLGBLT to record PlgBlt. 2021-09-09 19:31:16 +02:00
gdidc.c gdi32: Use EMR_PLGBLT to record PlgBlt. 2021-09-09 19:31:16 +02:00
gdiobj.c gdi32: Move get_full_gdi_handle to objects.c. 2021-09-07 23:19:22 +02:00
icm.c gdi32: Use GetICMProfile driver entry point for EnumICMProfilesW. 2021-09-09 19:31:22 +02:00
mapping.c gdi32: Move CombineTransform to objects.c. 2021-09-01 17:09:07 +02:00
metadc.c gdi32: Don't use gdi_private.h and ntgdi_private.h at the same time. 2021-09-07 23:19:22 +02:00
metafile.c gdi32: Don't use gdi_private.h and ntgdi_private.h at the same time. 2021-09-07 23:19:22 +02:00
ntgdi_private.h gdi32: Don't use gdi_private.h and ntgdi_private.h at the same time. 2021-09-07 23:19:22 +02:00
objects.c gdi32: Move get_full_gdi_handle to objects.c. 2021-09-07 23:19:22 +02:00
opengl.c
opentype.c
painting.c gdi32: Use NtGdiDeleteObjectApp instead of DeleteObject in ntgdi functions. 2021-09-03 21:43:03 +02:00
palette.c gdi32: Move get_full_gdi_handle to objects.c. 2021-09-07 23:19:22 +02:00
path.c gdi32: Use GetICMProfile driver entry point for EnumICMProfilesW. 2021-09-09 19:31:22 +02:00
pen.c gdi32: Use internal get_stock_object in ntgdi functions. 2021-09-03 21:43:03 +02:00
printdrv.c gdi32: Use ntgdi interface for printer driver functions. 2021-09-02 21:57:38 +02:00
region.c gdi32: Use NtGdiDeleteObjectApp instead of DeleteObject in ntgdi functions. 2021-09-03 21:43:03 +02:00
resource.h
text.c gdi32: Copy TranslateCharsetInfo to text.c. 2021-09-01 17:09:03 +02:00
vertical.c
vulkan.c