From 16e53b2a2e94742f3b55ee73700bb264e36638d4 Mon Sep 17 00:00:00 2001 From: kergoth Date: Tue, 17 Jun 2003 17:03:49 +0000 Subject: Update LinuxKernelConf version to 1.4. --- (limited to 'scripts/kconfig/images.c') diff --git a/scripts/kconfig/images.c b/scripts/kconfig/images.c index 65a5d67..d4f84bd 100644 --- a/scripts/kconfig/images.c +++ b/scripts/kconfig/images.c @@ -290,3 +290,37 @@ static const char *xpm_menu_inv[] = { " .......... ", " .......... ", " "}; + +static const char *xpm_menuback[] = { +"12 12 2 1", +" c white", +". c black", +" ", +" .......... ", +" . . ", +" . .. . ", +" . .... . ", +" . ...... . ", +" . ...... . ", +" . .... . ", +" . .. . ", +" . . ", +" .......... ", +" "}; + +static const char *xpm_void[] = { +"12 12 2 1", +" c white", +". c black", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; -- cgit v0.9.0.2