mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
a75de5fb90
The associated surface window handle is a HWND, not a HGDIOBJ. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
6 lines
103 B
C
6 lines
103 B
C
/* Dummy header for the Win32 backend. */
|
|
|
|
typedef void *HDC;
|
|
typedef void *HICON;
|
|
typedef void *HWND;
|