mothra: remove unused confirmcurs; move confirmcursor up with the other cursors.
This commit is contained in:
parent
791545f28f
commit
9fd3e3f239
1 changed files with 6 additions and 18 deletions
|
@ -38,17 +38,17 @@ Cursor patientcurs={
|
|||
0x10, 0x08, 0x14, 0x08, 0x14, 0x28, 0x12, 0x28,
|
||||
0x0A, 0x50, 0x16, 0x68, 0x20, 0x04, 0x3F, 0xFC,
|
||||
};
|
||||
Cursor confirmcurs={
|
||||
Cursor confirmcursor={
|
||||
0, 0,
|
||||
0x0F, 0xBF, 0x0F, 0xBF, 0xFF, 0xFF, 0xFF, 0xFF,
|
||||
0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF, 0xFE,
|
||||
0xFF, 0xFE, 0xFF, 0xFF, 0x00, 0x03, 0xFF, 0xFF,
|
||||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFC,
|
||||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
||||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
||||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
||||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
||||
|
||||
0x00, 0x0E, 0x07, 0x1F, 0x03, 0x17, 0x73, 0x6F,
|
||||
0xFB, 0xCE, 0xDB, 0x8C, 0xDB, 0xC0, 0xFB, 0x6C,
|
||||
0x77, 0xFC, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03,
|
||||
0x94, 0xA6, 0x63, 0x3C, 0x63, 0x18, 0x94, 0x90
|
||||
0x94, 0xA6, 0x63, 0x3C, 0x63, 0x18, 0x94, 0x90,
|
||||
};
|
||||
Cursor readingcurs={
|
||||
-10, -3,
|
||||
|
@ -451,18 +451,6 @@ void main(int argc, char *argv[]){
|
|||
}
|
||||
}
|
||||
}
|
||||
Cursor confirmcursor={
|
||||
0, 0,
|
||||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
||||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
||||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
||||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
||||
|
||||
0x00, 0x0E, 0x07, 0x1F, 0x03, 0x17, 0x73, 0x6F,
|
||||
0xFB, 0xCE, 0xDB, 0x8C, 0xDB, 0xC0, 0xFB, 0x6C,
|
||||
0x77, 0xFC, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03,
|
||||
0x94, 0xA6, 0x63, 0x3C, 0x63, 0x18, 0x94, 0x90,
|
||||
};
|
||||
int confirm(int b){
|
||||
Mouse down, up;
|
||||
esetcursor(&confirmcursor);
|
||||
|
|
Loading…
Reference in a new issue