win32u: Make NtUserSetWindowPixelFormat() into a proper export.
commitb545ca0f9b0cdc5f814d41d892bbc5f8e7dc4fa7
authorZebediah Figura <zfigura@codeweavers.com>
Thu, 19 Jan 2023 02:10:29 +0000 (18 20:10 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 9 Mar 2023 14:02:38 +0000 (9 15:02 +0100)
treee70c5b9ca2a8ad57b8ef5c25cf70ed9efc7823a2
parent606e0c191ed8fc26544c04f236c560b2f5e3e835
win32u: Make NtUserSetWindowPixelFormat() into a proper export.

This is simpler in general, given that this function is no longer used
from user-space. In this particular case, the secondary purpose is to
allow easily adding arguments to the function.
dlls/win32u/window.c
dlls/wineandroid.drv/opengl.c
dlls/winemac.drv/opengl.c
dlls/winex11.drv/opengl.c
include/ntuser.h
include/wine/gdi_driver.h