1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-27 00:42:32 +01:00

New titlebar button style

This patch adds new titlebar button style.

Original-patch-by: Carlos Torres <vlaadbrain@operamail.com>
Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>
This commit is contained in:
Alexey I. Froloff
2010-09-10 20:51:08 +04:00
committed by Carlos R. Mafra
parent cc629f342c
commit 17cc7c3c77
15 changed files with 682 additions and 95 deletions

View File

@@ -113,5 +113,79 @@ static char *PRED_XKBGROUP4_XPM[] = {
};
static char *NEXT_XKBGROUP1_XPM[] = {
"10 10 6 1",
" c None",
". c #E0E0E0",
"+ c #7D7D7D",
"@ c #363636",
"# c #080808",
"$ c #BDBDBD",
".........+",
"..@@@@@@++",
"..@####+++",
"..#+$$$$++",
"..###+.$++",
"..#++..$++",
"..#$.$$$++",
"..#@@@@+++",
".$+#####@@",
"+++++++@@@"};
static char *NEXT_XKBGROUP2_XPM[] = {
"10 10 6 1",
" c None",
". c #E0E0E0",
"+ c #7D7D7D",
"@ c #BDBDBD",
"# c #080808",
"$ c #363636",
".........+",
".@##@@$#++",
".#.+#+###+",
".#+######+",
".########+",
"..######++",
"..@####+++",
".@@@#$++++",
".@++#$++$$",
"+++++++$$$"};
static char *NEXT_XKBGROUP3_XPM[] = {
"10 10 6 1",
" c None",
". c #E0E0E0",
"+ c #7D7D7D",
"@ c #BDBDBD",
"# c #080808",
"$ c #363636",
".........+",
"..@####.++",
".@######.+",
".#.+##.+#+",
".#++##++#+",
".########+",
".##@##@##+",
".+##@@##$+",
".@+####$$$",
"+++++++$$$"};
static char *NEXT_XKBGROUP4_XPM[] = {
"10 10 6 1",
" c None",
". c #E0E0E0",
"+ c #7D7D7D",
"@ c #BDBDBD",
"# c #080808",
"$ c #363636",
".........+",
"..@####.++",
".@#@@@@#.+",
".##$@@#$#+",
".#$$@@$$#+",
".#@@@@++#+",
".#+#++#.#+",
".+#+##$#$+",
".@+####$$$",
"+++++++$$$"};