win32: destroy clipboard notification window on dispose

The clipboard uses a hidden window to get some specific events.
The window was created but never destroyed on dispose.
This commit is contained in:
Ignacio Casal Quinteiro
2015-11-12 16:42:51 +01:00
parent a4ccf0e382
commit 1f5f3ca41b
2 changed files with 28 additions and 21 deletions

View File

@ -32,6 +32,7 @@ struct _GdkWin32Display
GHashTable *cursor_cache;
HWND hwnd;
HWND clipboard_hwnd;
/* WGL/OpenGL Items */
guint have_wgl : 1;