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

@ -416,6 +416,10 @@ extern GdkAtom _utf8_string;
extern GdkAtom _text;
extern GdkAtom _compound_text;
extern GdkAtom _text_uri_list;
extern GdkAtom _image_png;
extern GdkAtom _image_jpeg;
extern GdkAtom _image_bmp;
extern GdkAtom _image_gif;
/* DND selections */
extern GdkAtom _local_dnd;