2010-06-14 15:08:51 +00:00
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <locale.h>
|
|
|
|
#include <glib.h>
|
|
|
|
#include <glib/gstdio.h>
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
#include <gdk/gdkx.h>
|
|
|
|
|
|
|
|
#ifdef GETTEXT_PACKAGE
|
|
|
|
#include <glib/gi18n-lib.h>
|
|
|
|
#else
|
|
|
|
#define _(String) String
|
2015-05-21 10:34:52 +00:00
|
|
|
#define GETTEXT_PACKAGE "tint2conf"
|
2010-06-14 15:08:51 +00:00
|
|
|
#endif
|
|
|
|
|
2015-01-28 15:31:20 +00:00
|
|
|
#define SNAPSHOT_TICK 190
|
|
|
|
gboolean update_snapshot();
|
2016-03-08 22:42:35 +00:00
|
|
|
void menuApply();
|
2016-03-20 12:08:40 +00:00
|
|
|
void refresh_current_theme();
|