summaryrefslogtreecommitdiff
path: root/kconfig-frontends/libs/images/images.h
diff options
context:
space:
mode:
authorChristian Eppler <c.eppler@linutonix.de>2013-05-15 11:25:41 +0200
committerChristian Eppler <c.eppler@linutonix.de>2013-05-15 11:25:41 +0200
commitc358412dbf0c779910057d4547f673e85b7b12dd (patch)
treebab073fcc77246353e5dcd79baf55604f2c33cce /kconfig-frontends/libs/images/images.h
parent9e05689406c83ae3020ca32a6ec6387466209138 (diff)
Test with master
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
Diffstat (limited to 'kconfig-frontends/libs/images/images.h')
-rw-r--r--kconfig-frontends/libs/images/images.h15
1 files changed, 15 insertions, 0 deletions
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[];