| 13915:15a38b312abe | 13916:b3c155ad32d9 |
|---|---|
| 48 { | 48 { |
| 49 GList *iter; | 49 GList *iter; |
| 50 GntBox *box = GNT_BOX(widget); | 50 GntBox *box = GNT_BOX(widget); |
| 51 int w, h, curx, cury, max; | 51 int w, h, curx, cury, max; |
| 52 gboolean has_border = FALSE; | 52 gboolean has_border = FALSE; |
| 53 int x, y; | |
| 54 | 53 |
| 55 w = h = 0; | 54 w = h = 0; |
| 56 max = -1; | 55 max = -1; |
| 57 curx = widget->priv.x + 1; | 56 curx = widget->priv.x + 1; |
| 58 cury = widget->priv.y + 1; | 57 cury = widget->priv.y + 1; |