gtk+ r20256 - in trunk: . gdk



Author: mitch
Date: Fri May 30 12:08:30 2008
New Revision: 20256
URL: http://svn.gnome.org/viewvc/gtk+?rev=20256&view=rev

Log:
2008-05-30  Michael Natterer  <mitch imendio com>

	* gdk/gdkapplaunchcontext.h
	* gdk/gdktestutils.h
	* gtk/gtkmountoperation.h
	* gtk/gtkshow.h
	* gtk/gtktestutils.h
	* gtk/gtktoolshell.h: no need to allow disabling single includes
	conditionally in these new files. Simply forbid including them
	individually from the beginning.



Modified:
   trunk/ChangeLog
   trunk/gdk/gdkapplaunchcontext.h
   trunk/gdk/gdktestutils.h

Modified: trunk/gdk/gdkapplaunchcontext.h
==============================================================================
--- trunk/gdk/gdkapplaunchcontext.h	(original)
+++ trunk/gdk/gdkapplaunchcontext.h	Fri May 30 12:08:30 2008
@@ -20,7 +20,7 @@
    Author: Alexander Larsson <alexl redhat com>
 */
 
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
+#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
 #error "Only <gdk/gdk.h> can be included directly."
 #endif
 

Modified: trunk/gdk/gdktestutils.h
==============================================================================
--- trunk/gdk/gdktestutils.h	(original)
+++ trunk/gdk/gdktestutils.h	Fri May 30 12:08:30 2008
@@ -18,7 +18,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
+#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
 #error "Only <gdk/gdk.h> can be included directly."
 #endif
 



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