gtk/tests/dummy-headers/windows.h
Marc-André Lureau a75de5fb90 gdk/win32: correct gdk_win32_surface_get_handle return type
The associated surface window handle is a HWND, not a HGDIOBJ.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2022-08-23 16:17:19 +04:00

6 lines
103 B
C

/* Dummy header for the Win32 backend. */
typedef void *HDC;
typedef void *HICON;
typedef void *HWND;