Define _DE in xdgautostart.c too so it can be used unchanged in ROX-Session.
[AutoStart.git] / src / dialogs.h
blob8cb9f4ac2760335b44a9c19991e00021a1afb691
1 /*
2 * By Tony Houghton, <h@realh.co.uk>.
3 */
5 #ifndef DIALOGS_H
6 #define DIALOGS_H
8 /* Dialogs for XDG Autostart capplet */
10 #include <gtk/gtk.h>
12 void message_dialog(GtkWindow *parent, GtkMessageType,
13 const char *message, ...);
15 #endif /* DIALOGS_H */