comparison src/bar_histogram.c @ 1339:45bcfcb69f56

fixed bar_histogram headers
author nadvornik
date Sat, 28 Feb 2009 17:20:16 +0000
parents a5c15bf32cdb
children eebb8d0cb677
comparison
equal deleted inserted replaced
1338:f150ab408e0b 1339:45bcfcb69f56
10 * This software comes with no warranty of any kind, use at your own risk! 10 * This software comes with no warranty of any kind, use at your own risk!
11 */ 11 */
12 12
13 13
14 #include "main.h" 14 #include "main.h"
15 #include "bar_comment.h" 15 #include "bar_histogram.h"
16 16
17 #include "bar.h" 17 #include "bar.h"
18 #include "metadata.h" 18 #include "metadata.h"
19 #include "filedata.h" 19 #include "filedata.h"
20 #include "menu.h" 20 #include "menu.h"
325 325
326 return FALSE; 326 return FALSE;
327 } 327 }
328 328
329 329
330 GtkWidget *bar_pane_histogram_new(const gchar *title, gint height, gint expanded, gint histogram_channel, gint histogram_mode) 330 GtkWidget *bar_pane_histogram_new(const gchar *title, gint height, gboolean expanded, gint histogram_channel, gint histogram_mode)
331 { 331 {
332 PaneHistogramData *phd; 332 PaneHistogramData *phd;
333 333
334 phd = g_new0(PaneHistogramData, 1); 334 phd = g_new0(PaneHistogramData, 1);
335 335