diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-08-23 16:17:15 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-08-23 16:17:19 +0400 |
commit | a75de5fb909b613f4e00fc3c026350bdbe90be06 (patch) | |
tree | 6c3cb88a99c04f69b402f7c175ef695b101e0702 /tests | |
parent | 180dd5fb7f53f48b2a3fef57b19f1ac2fb4074a6 (diff) | |
download | gtk+-a75de5fb909b613f4e00fc3c026350bdbe90be06.tar.gz |
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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dummy-headers/windows.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dummy-headers/windows.h b/tests/dummy-headers/windows.h index fefe9e8fa2..1b1d700fc3 100644 --- a/tests/dummy-headers/windows.h +++ b/tests/dummy-headers/windows.h @@ -1,6 +1,5 @@ /* Dummy header for the Win32 backend. */ typedef void *HDC; -typedef void *HGDIOBJ; typedef void *HICON; typedef void *HWND; |