diff plugins/ticker/gtkticker.h @ 7631:ea2d07ad05a9

[gaim-migrate @ 8255] long car rides and a power inverter can generate some interesting code tweaks committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 25 Nov 2003 07:16:11 +0000
parents 13ffa9ae4282
children
line wrap: on
line diff
--- a/plugins/ticker/gtkticker.h	Tue Nov 25 06:56:44 2003 +0000
+++ b/plugins/ticker/gtkticker.h	Tue Nov 25 07:16:11 2003 +0000
@@ -51,11 +51,11 @@
 {
   GtkContainer container;
   guint interval;	/* how often to scootch */
-  guint spacing;	/* inter-child horizontal spacing */
+  gint spacing;	/* inter-child horizontal spacing */
   guint scootch;	/* how many pixels to move each scootch */
   gint timer;		/* timer object */
-  guint total;		/* total width of widgets */
-  guint width;		/* width of containing window */
+  gint total;		/* total width of widgets */
+  gint width;		/* width of containing window */
   gboolean dirty;
   GList *children;
 };