mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
22 lines
412 B
C
22 lines
412 B
C
/* XPM */
|
|
static char*unchecked[]={
|
|
"16 16 3 1",
|
|
"# c #000000",
|
|
"+ c #ffffff",
|
|
". c None",
|
|
"................",
|
|
"................",
|
|
"..++++++++++++..",
|
|
"..+##########+..",
|
|
"..+#++++++++#+..",
|
|
"..+#+......+#+..",
|
|
"..+#+......+#+..",
|
|
"..+#+......+#+..",
|
|
"..+#+......+#+..",
|
|
"..+#+......+#+..",
|
|
"..+#+......+#+..",
|
|
"..+#++++++++#+..",
|
|
"..+##########+..",
|
|
"..++++++++++++..",
|
|
"................",
|
|
"................"};
|