Make more GdkAtom variables visible in all gdk/win32 files

Make the GdkAtoms for the image formats extern and usable from all
gdk/win32 files.
This commit is contained in:
Tor Lillqvist
2009-11-15 03:49:22 +02:00
parent c1ddd8f9bc
commit c196ac2b63
4 changed files with 24 additions and 21 deletions

View File

@ -54,6 +54,10 @@ GdkAtom _utf8_string;
GdkAtom _text;
GdkAtom _compound_text;
GdkAtom _text_uri_list;
GdkAtom _image_png;
GdkAtom _image_jpeg;
GdkAtom _image_bmp;
GdkAtom _image_gif;
GdkAtom _local_dnd;
GdkAtom _gdk_win32_dropfiles;