1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 14:08:06 +01:00

Fixes relate to modelock.

This commit is contained in:
id
1999-05-22 21:30:35 +00:00
parent c28f3b2c5b
commit b3112e2b3c
10 changed files with 216 additions and 192 deletions

View File

@@ -99,23 +99,7 @@ static char *PRED_ICONIFY_XPM[] = {
#ifdef XKB_BUTTON_HINT
static char *PRED_THAI_XPM[] = {
" 10 10 2 1",
". c #000000",
"# c None",
"#..###..##",
".#..#.#..#",
".#...###..",
"#...####..",
"##..####..",
"##..####..",
"##..####..",
"##..####..",
"##..####..",
"##.#####.#"
};
static char *PRED_ENGL_XPM[] = {
static char *PRED_XKBGROUP1_XPM[] = {
" 10 10 2 1",
". c #000000",
"# c None",
@@ -131,6 +115,54 @@ static char *PRED_ENGL_XPM[] = {
"........##"
};
static char *PRED_XKBGROUP2_XPM[] = {
" 10 10 2 1",
". c #000000",
"# c None",
"#..###..##",
".#..#.#..#",
".#...###..",
"#...####..",
"##..####..",
"##..####..",
"##..####..",
"##..####..",
"##..####..",
"##.#####.#"
};
static char *PRED_XKBGROUP3_XPM[] = {
" 10 10 2 1",
". c #000000",
"# c None",
"##########",
"##########",
"##..##..##",
"##..##..##",
"##########",
"##########",
"#........#",
"##......##",
"###....###",
"##########"
};
static char *PRED_XKBGROUP4_XPM[] = {
" 10 10 2 1",
". c #000000",
"# c None",
"##########",
"##########",
"##..##..##",
"##..##..##",
"##########",
"##########",
"#........#",
"##......##",
"###....###",
"##########"
};
#endif /* XKB_BUTTON_HINT */