win32: Make grab cursors work again

This commit is contained in:
Alexander Larsson
2011-11-10 21:32:50 +01:00
parent 2f14732b1d
commit a2b879fe53
3 changed files with 46 additions and 59 deletions

View File

@ -356,6 +356,8 @@ extern GHashTable *_format_atom_table;
/* Hold the result of a delayed rendering */
extern HGLOBAL _delayed_rendering_data;
extern HCURSOR _gdk_win32_grab_cursor;
HGLOBAL _gdk_win32_selection_convert_to_dib (HGLOBAL hdata,
GdkAtom target);