pidgin/gtk3compat.h

branch
cpw.qulogic.gtk3-required
changeset 33185
6e5188b4f928
parent 33180
3740d924a932
child 33268
a24713d9bbb3
--- a/pidgin/gtk3compat.h	Tue Jul 24 03:21:49 2012 -0400
+++ b/pidgin/gtk3compat.h	Tue Jul 24 03:32:43 2012 -0400
@@ -21,7 +21,7 @@
 #ifndef _PIDGINGTK3COMPAT_H_
 #define _PIDGINGTK3COMPAT_H_
 
-/* This file is internal to Pidgin. Do not use! 
+/* This file is internal to Pidgin. Do not use!
  * Also, any public API should not depend on this file.
  */
 
@@ -45,14 +45,14 @@
 	gint w;
 	gdk_drawable_get_size(GDK_DRAWABLE(x), &w, NULL);
 	return w;
-}	
+}
 
 static inline gint gdk_window_get_height(GdkWindow *x)
 {
 	gint h;
 	gdk_drawable_get_size(GDK_DRAWABLE(x), NULL, &h);
 	return h;
-}	
+}
 
 #if !GTK_CHECK_VERSION(2,22,0)
 
@@ -119,7 +119,7 @@
 	*(y) = (x)->xalign; \
 	*(z) = (x)->yalign; \
 } while (0)
-	
+
 #if !GTK_CHECK_VERSION(2,16,0)
 
 #define gtk_status_icon_set_tooltip_text gtk_status_icon_set_tooltip

mercurial