diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-03-11 11:01:02 +0100 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-15 19:00:47 -0700 |
commit | 85d4bd0dba6ac5adb73864396d260be92a23ea50 (patch) | |
tree | 96ce7323e0fda4afacb23c2ca55d5156e21c1c5d /dbe | |
parent | 1ca48d0a48dbec38d2765d8626f7983751226966 (diff) |
rename remaining RT_* defines to X11_RESTYPE_*
Since we already had to rename some of them, in order to fix name clashes
on win32, it's now time to rename all the remaining ones.
The old ones are still present as define's to the new ones, just for
backwards compatibility.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1355>
Diffstat (limited to 'dbe')
-rw-r--r-- | dbe/midbe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbe/midbe.c b/dbe/midbe.c index c646bc0c7..eb6057748 100644 --- a/dbe/midbe.c +++ b/dbe/midbe.c @@ -171,7 +171,7 @@ miDbeAllocBackBufferName(WindowPtr pWin, XID bufId, int swapAction) /* Security creation/labeling check. */ rc = XaceHook(XACE_RESOURCE_ACCESS, serverClient, bufId, dbeDrawableResType, pDbeWindowPriv->pBackBuffer, - RT_WINDOW, pWin, DixCreateAccess); + X11_RESTYPE_WINDOW, pWin, DixCreateAccess); /* Make the back pixmap a DBE drawable resource. */ if (rc != Success || !AddResource(bufId, dbeDrawableResType, |