use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND work

2004-01-04  Hans Breuer  <hans@breuer.org>

	* gdk/win32/gdkwindow-win32.c : use SWP_NOACTIVATE in
	gdk_window_set_keep_(above|below) to make DND work again.
	Thanks to Alif Wahid for noticing.

	* gdk/gdk.def : update externals

	* gtk/gtkfilesystemwin32.c : adapt to GtkFileSystemIFace changes

	* gtk/gtk-stock.[hc] gtk/gtkiconfactory.c
	  gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc :
	  gtk/stock-icons/stock_harddisk_16.png
	  gtk/stock-icons/stock_harddisk_24.png
	Harddisk stock icons for file system implementations. Beside
	FLOPPY and CDROM there is now HARDDISK, probably some
	GTK_STOCK_NETWORK would be useful, but I could not find one.
This commit is contained in:
Hans Breuer
2004-01-04 15:45:56 +00:00
committed by Hans Breuer
parent 4c2c3d36ae
commit 5f98762951
15 changed files with 269 additions and 38 deletions

View File

@ -534,6 +534,10 @@ get_default_icons (GtkIconFactory *factory)
16, stock_font_16,
24, stock_font_24);
add_icon2 (factory, GTK_STOCK_HARDDISK,
16, stock_harddisk_16,
24, stock_harddisk_24);
add_icon2 (factory, GTK_STOCK_HELP,
16, stock_help_16,
24, stock_help_24);