mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
6bd4a69851
(someone has build them with antialiasing destroying the resolution) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17782 a592a061-630c-0410-9148-cb99ea01b6c8
74 lines
2.8 KiB
C
74 lines
2.8 KiB
C
/* XPM */
|
|
static char *cases[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"36 64 3 1",
|
|
" c black",
|
|
"# c blue",
|
|
": c None",
|
|
/* pixels */
|
|
":::::::::::::::: ::::::::::::::::::::",
|
|
":::::::::::::::: ::::::::::::::::::::",
|
|
":::::::::::::: ::::::::::::::::::::",
|
|
":::::::::::::: ::::::::::::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::::",
|
|
":::::::::::: ::::::::::####::::::::::",
|
|
":::::::::::: :::::::::#::::#:::::::::",
|
|
":::::::::::: ::::::::##::::##::::::::",
|
|
":::::::::::: ::::::::##::::##::::::::",
|
|
":::::::::::: :::::::::::::###::::::::",
|
|
":::::::::::: :::::::::::##:##::::::::",
|
|
":::::::::::: :::::::::##:::##::::::::",
|
|
":::::::::::: ::::::::##::::##::::::::",
|
|
":::::::::::: ::::::::##::::##::::::::",
|
|
":::::::::::: ::::::::##::::##::::::::",
|
|
":::::::::::: ::::::::###::###:#::::::",
|
|
":::::::::::: :::::::::####:###:::::::",
|
|
":::::::::::: ::::::::::::::::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::::",
|
|
"::::::::::: ::::::::::::::::::::::::",
|
|
":::::::::: :::::::::::::::::::::::::",
|
|
":::::::::: ::::::::::::::::::::::::::",
|
|
"::::::::: ::::::::::::::::::::::::::",
|
|
":::::::: :::::::::::::::::::::::::::",
|
|
"::::::: ::::::::::::::::::::::::::::",
|
|
"::::::: ::::::::::::::::::::::::::::",
|
|
":::::::: :::::::::::::::::::::::::::",
|
|
"::::::::: ::::::::::::::::::::::::::",
|
|
":::::::::: ::::::::::::::::::::::::::",
|
|
":::::::::: :::::::::::::::::::::::::",
|
|
"::::::::::: ::::::::::::::::::::::::",
|
|
":::::::::::: ::::::::##::::::::::::::",
|
|
":::::::::::: ::::::####::::::::::::::",
|
|
":::::::::::: ::::::::##::::::::::::::",
|
|
":::::::::::: ::::::::##::::::::::::::",
|
|
":::::::::::: ::::::::##::::::::::::::",
|
|
":::::::::::: ::::::::##::::::::::::::",
|
|
":::::::::::: ::::::::##:####:::::::::",
|
|
":::::::::::: ::::::::###:::###:::::::",
|
|
":::::::::::: ::::::::##:::::##:::::::",
|
|
":::::::::::: ::::::::##::::::##::::::",
|
|
":::::::::::: ::::::::##::::::##::::::",
|
|
":::::::::::: ::::::::##::::::##::::::",
|
|
":::::::::::: ::::::::##::::::##::::::",
|
|
":::::::::::: ::::::::##::::::##::::::",
|
|
":::::::::::: ::::::::##::::::#:::::::",
|
|
":::::::::::: ::::::::##:::::##:::::::",
|
|
":::::::::::: ::::::::###:::##::::::::",
|
|
":::::::::::: ::::::::::####::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::",
|
|
":::::::::::: ::::::::::::::::::::::",
|
|
":::::::::::::: ::::::::::::::::::::",
|
|
":::::::::::::: ::::::::::::::::::::",
|
|
":::::::::::::::: ::::::::::::::::::::",
|
|
":::::::::::::::: ::::::::::::::::::::"
|
|
}:
|