Mercurial > geeqie
comparison src/bar_histogram.c @ 1346:c9949c19a6d0
No space between function name and first parenthesis, it eases greping (see CODING).
| author | zas_ |
|---|---|
| date | Sat, 28 Feb 2009 20:48:47 +0000 |
| parents | 3f9be528787c |
| children | 6f31fa931d3f |
comparison
equal
deleted
inserted
replaced
| 1345:6fb0c1829b76 | 1346:c9949c19a6d0 |
|---|---|
| 128 { | 128 { |
| 129 PaneHistogramData *phd = data; | 129 PaneHistogramData *phd = data; |
| 130 if (fd == phd->fd) bar_pane_histogram_update(phd); | 130 if (fd == phd->fd) bar_pane_histogram_update(phd); |
| 131 } | 131 } |
| 132 | 132 |
| 133 static gboolean bar_pane_histogram_expose_event_cb (GtkWidget *widget, GdkEventExpose *event, gpointer data) | 133 static gboolean bar_pane_histogram_expose_event_cb(GtkWidget *widget, GdkEventExpose *event, gpointer data) |
| 134 { | 134 { |
| 135 PaneHistogramData *phd = data; | 135 PaneHistogramData *phd = data; |
| 136 if (!phd) return TRUE; | 136 if (!phd) return TRUE; |
| 137 | 137 |
| 138 if (phd->need_update) | 138 if (phd->need_update) |
