diff src/gtkdnd-hints.c @ 10871:6240d7fd5b2c

[gaim-migrate @ 12558] Make a bunch of stuff static and rename set_gaim_user_dir to gaim_util_set_user_dir committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 25 Apr 2005 04:22:29 +0000
parents 02b95a0b88e2
children
line wrap: on
line diff
--- a/src/gtkdnd-hints.c	Mon Apr 25 04:03:16 2005 +0000
+++ b/src/gtkdnd-hints.c	Mon Apr 25 04:22:29 2005 +0000
@@ -45,7 +45,7 @@
 /**
  * Info about each hint widget. See DndHintWindowId enum.
  */
-HintWindowInfo hint_windows[] = { 
+static HintWindowInfo hint_windows[] = { 
 	{ NULL, "tb_drag_arrow_up.xpm",   -13/2,     0 },
 	{ NULL, "tb_drag_arrow_down.xpm", -13/2,   -16 },
 	{ NULL, "tb_drag_arrow_left.xpm",     0, -13/2 },