pidgin/gtkdnd-hints.c

branch
soc.2013.gobjectification.plugins
changeset 37067
809519566f2e
parent 35455
216a37403c5b
child 35500
ae6432ea326f
equal deleted inserted replaced
37066:1ebce1f4993b 37067:809519566f2e
37 gint ox; 37 gint ox;
38 gint oy; 38 gint oy;
39 39
40 } HintWindowInfo; 40 } HintWindowInfo;
41 41
42 /** 42 /*
43 * Info about each hint widget. See DndHintWindowId enum. 43 * Info about each hint widget. See DndHintWindowId enum.
44 */ 44 */
45 static HintWindowInfo hint_windows[] = { 45 static HintWindowInfo hint_windows[] = {
46 { NULL, "arrow-up.xpm", -13/2, 0 }, 46 { NULL, "arrow-up.xpm", -13/2, 0 },
47 { NULL, "arrow-down.xpm", -13/2, -16 }, 47 { NULL, "arrow-down.xpm", -13/2, -16 },

mercurial