gtk+ r17508 - in trunk: . gdk gdk/x11 gtk



Author: ebassi
Date: 2007-03-13 17:03:54 +0000 (Tue, 13 Mar 2007)
New Revision: 17508
ViewCVS link: http://svn.gnome.org/viewcvs/gtk+?rev=17508&view=rev

Modified:
   trunk/ChangeLog
   trunk/gdk/gdk.h
   trunk/gdk/gdkwindow.h
   trunk/gdk/x11/gdkdisplay-x11.c
   trunk/gdk/x11/gdkwindow-x11.c
   trunk/gdk/x11/gdkx.h
   trunk/gtk/gtkwindow.c
   trunk/gtk/gtkwindow.h
Log:
2007-03-13  Emmanuele Bassi  <ebassi gnome org>

	Apply patch by Vytautas Liuolia for changing the startup
	notification id on a window in the X11 backend. (#347375)

	* gdk/gdk.h:
	* gdk/gdkx.h:
	* gdk/x11/gdkdisplay-x11.c: Add gdk_notify_startup_complete_wit_id()
	and gdk_x11_display_get_startup_notification_id().

	* gdk/gdkwindow.h:
	* gdk/x11/gdkwindow-x11.c: Add gdk_window_set_startup_id().

	* gtk/gtkwindow.h:
	* gtk/gtkwindow.c: Add gtk_window_set_startup_id(), used to
	change the startup notification id.
	
	(gtk_window_class_init), (gtk_window_init),
	(gtk_window_set_property): Add write-only "startup-id" property
	to GtkWindow.

	(gtk_window_realize): Set the startup notification id
	on a GtkWindow if it's valid.

	(gtk_window_map): If we have another valid startup notification
	id then finish the notification process.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]