wine/dlls/win32u
Alexandros Frantzis 243c19098e win32u: Allow drivers to set the null user driver.
Allow passing NULL as the user driver to __wine_set_user_driver(),
to set the internal null user driver. This is useful for drivers
that may need to tentatively set their own user driver during setup
and reset it on failure.

Signed-off-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
2023-03-16 12:52:37 +01:00
..
dibdrv win32u: Reset draw_start_ticks for new window_surface. 2023-02-21 11:22:47 +01:00
tests win32u/tests: Test NtUserGetPointerInfoList syscall signature. 2023-01-31 21:05:37 +01:00
bitblt.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
bitmap.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
brush.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
class.c win32u: Make get_winproc_ptr() static. 2023-01-26 22:05:13 +01:00
clipboard.c user32: GetClipboardData() should set last error when the format is not found. 2023-01-25 10:07:17 +01:00
clipping.c
cursoricon.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
dc.c win32u: Don't use CDECL for __wine_get_wgl_driver. 2022-11-23 18:04:28 +01:00
dce.c win32u: Expose and use ProcessEvents from drivers instead of MsgWaitForMultipleObjectsEx. 2023-02-22 18:25:29 +01:00
defwnd.c win32u: Make draw_frame_caption() static. 2023-01-25 10:17:13 +01:00
dib.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
driver.c win32u: Allow drivers to set the null user driver. 2023-03-16 12:52:37 +01:00
emfdrv.c
font.c win32u: Initialize IO_STATUS_BLOCK in load_directory_fonts. 2023-03-07 17:25:08 +01:00
freetype.c configure: Remove Carbon.framework check (always present on macOS). 2022-12-02 11:04:45 +01:00
gdiobj.c win32u: Remove __wine_get_wgl_driver PE entry point. 2022-11-23 18:04:28 +01:00
hook.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
imm.c include: Move ddk/imm.h to immdev.h. 2023-02-15 21:48:33 +01:00
input.c win32u: Prevent user locale change in NtUserActivateKeyboardLayout. 2023-03-14 18:38:31 +01:00
main.c
Makefile.in include: Use proper dllimports for user32 functions. 2022-12-07 13:51:37 +01:00
mapping.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
menu.c win32u: Move NtUserGetDC implementation from user32. 2022-11-29 12:50:16 +01:00
message.c win32u: Invalidate all cached keys after input. 2023-03-02 10:20:01 +01:00
ntgdi_private.h win32u: Send WM_INPUTLANGCHANGE when activating new layout. 2023-03-08 17:49:00 +01:00
ntuser_private.h win32u: Allow separately storing the internal pixel format set by WGL_WINE_pixel_format_passthrough. 2023-03-09 15:02:45 +01:00
opentype.c include: Remove custom/undocumented language identifiers. 2022-11-16 21:24:18 +01:00
painting.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
palette.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
path.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
pen.c win32u: Add a debug helper to print color values. 2022-11-23 16:11:48 +01:00
printdrv.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
rawinput.c win32u: Initialize IO_STATUS_BLOCK in rawinput add_device. 2023-03-07 17:25:08 +01:00
region.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
scroll.c win32u: Make draw_scroll_bar() static. 2023-01-25 10:17:13 +01:00
spy.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
syscall.c win32u: Stub NtUserGetPointerInfoList syscall. 2023-01-31 21:05:37 +01:00
sysparams.c win32u: Return the current display mode depth with nulldrv. 2023-03-03 18:29:47 +01:00
vertical.c
vulkan.c
win32u.spec win32u: Stub NtUserGetPointerInfoList syscall. 2023-01-31 21:05:37 +01:00
win32u_private.h win32u: Send WM_INPUTLANGCHANGE when activating new layout. 2023-03-08 17:49:00 +01:00
window.c win32u: Allow separately storing the internal pixel format set by WGL_WINE_pixel_format_passthrough. 2023-03-09 15:02:45 +01:00
winstation.c win32u: Build without -DWINE_NO_LONG_TYPES. 2022-11-23 16:13:58 +01:00
wrappers.c win32u: Remove __wine_get_wgl_driver PE entry point. 2022-11-23 18:04:28 +01:00