mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +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;
|