summaryrefslogtreecommitdiff
path: root/mate-panel/nothing.h
blob: f615ba7aeaafa5bf67166cfb38015e18142f6957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef NOTHING_H
#define NOTHING_H

#include <gtk/gtk.h>

#ifdef __cplusplus
extern "C" {
#endif

/* FIXME fix for GTK+3 */
#if 0
void         start_screen_check      (void);
void	     start_geginv            (void);
gboolean     panel_dialog_window_event (GtkWidget *window,
					GdkEvent  *event);
int          config_event              (GtkWidget *widget,
					GdkEvent  *event,
					GtkNotebook *nbook);
#endif

#ifdef __cplusplus
}
#endif

#endif