From c358412dbf0c779910057d4547f673e85b7b12dd Mon Sep 17 00:00:00 2001 From: Christian Eppler Date: Wed, 15 May 2013 11:25:41 +0200 Subject: Test with master Signed-off-by: Christian Eppler --- kconfig-frontends/libs/images/images.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 kconfig-frontends/libs/images/images.h (limited to 'kconfig-frontends/libs/images/images.h') diff --git a/kconfig-frontends/libs/images/images.h b/kconfig-frontends/libs/images/images.h new file mode 100644 index 0000000..4d528a7 --- /dev/null +++ b/kconfig-frontends/libs/images/images.h @@ -0,0 +1,15 @@ +extern const char *xpm_load[]; +extern const char *xpm_save[]; +extern const char *xpm_back[]; +extern const char *xpm_tree_view[]; +extern const char *xpm_single_view[]; +extern const char *xpm_split_view[]; +extern const char *xpm_symbol_no[]; +extern const char *xpm_symbol_mod[]; +extern const char *xpm_symbol_yes[]; +extern const char *xpm_choice_no[]; +extern const char *xpm_choice_yes[]; +extern const char *xpm_menu[]; +extern const char *xpm_menu_inv[]; +extern const char *xpm_menuback[]; +extern const char *xpm_void[]; -- cgit v1.2.3