diff options
author | corvid <corvid@lavabit.com> | 2012-12-30 03:38:42 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-12-30 03:38:42 +0000 |
commit | aaab52c26db7ab85b263820947232d7eff8eebb3 (patch) | |
tree | eeeaa33783c6ec53f18638c1c7669128f31fcf1c /src/pixmaps.h | |
parent | 08fcee0f972badaa2dc71ae5008fc5ae71dde1a3 (diff) |
ui color fg/bg preferences
Recent mailing list: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009661.html
The earlier thread begins with: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-September/008890.html
Diffstat (limited to 'src/pixmaps.h')
-rw-r--r-- | src/pixmaps.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pixmaps.h b/src/pixmaps.h index c1c6c294..91fe9c7d 100644 --- a/src/pixmaps.h +++ b/src/pixmaps.h @@ -1578,6 +1578,8 @@ static const char *const mini_ok_xpm[] = { " @ " }; +#if 0 + /* XPM */ static const char *const left_i_xpm[] = { "22 22 3 1", @@ -1732,5 +1734,6 @@ static const char *const right_si_xpm[] = { " @@@@@@@@", " @@ @ @ ", " @ "}; +#endif #endif /* __PIXMAPS_H__ */ |