xserver/present
Enrico Weigelt, metux IT consult 232cad9ec3 prevent name clash on Windows w/ RT_* defines
Windows' native headers using some our RT_* define's names for other things.
Since the naming isn't very nice anyways, introducing some new ones
(X11_RESTYPE_NONE, X11_RESTYPE_FONT, X11_RESTYPE_CURSOR) and define the old
ones as an alias to them, in case some out-of-tree code still uses them.

With thins change, we don't need to be so extremely careful about include
ordering and have explicit #undef's in order to prevent name clashes on
Win32 targets.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1355>
2024-04-15 18:59:23 -07:00
..
meson.build present: Move present_wnmd.c contents to hw/xwayland/xwayland-present.c 2021-07-09 16:11:22 +02:00
present.c Present: add PresentCapabilitySyncobj and PresentPixmapSynced 2024-04-09 06:11:03 +00:00
present.h modesetting: unflip before any setcrtc() calls 2023-12-16 04:36:39 +00:00
present_event.c prevent name clash on Windows w/ RT_* defines 2024-04-15 18:59:23 -07:00
present_execute.c xwayland: add support for wp_linux_drm_syncobj_v1 2024-04-09 06:11:03 +00:00
present_fake.c Don't hardcode fps for fake screen 2021-07-29 08:09:00 +00:00
present_fence.c present: Include dix-config.h instead of xorg-config.h 2020-09-15 11:41:34 +02:00
present_notify.c dix: unexport some lookup functions 2024-04-15 18:11:57 -07:00
present_priv.h Present: add PresentCapabilitySyncobj and PresentPixmapSynced 2024-04-09 06:11:03 +00:00
present_request.c dix: unexport some lookup functions 2024-04-15 18:11:57 -07:00
present_scmd.c present: present_scmd: drop obsolete include of <time.h> 2024-04-15 18:02:11 +00:00
present_screen.c Present: add PresentCapabilitySyncobj and PresentPixmapSynced 2024-04-09 06:11:03 +00:00
present_vblank.c Present: add PresentCapabilitySyncobj and PresentPixmapSynced 2024-04-09 06:11:03 +00:00
presentext.h present: Add Present extension 2013-10-31 16:59:18 -07:00