Added a white border around the I-beam cursor.

oldstable
Aric Stewart 2000-10-03 04:08:45 +00:00 committed by Alexandre Julliard
parent 40048ccde5
commit f4918b008e
1 changed files with 36 additions and 35 deletions

View File

@ -1,37 +1,38 @@
/* XPM */
static char * ocr_ibeam[] = {
"32 32 2 1 3 8",
" s black c black",
". s None c None",
" . .........................",
"... ............................",
"... ............................",
"... ............................",
"... ............................",
"... ............................",
"... ............................",
"... ............................",
"... ............................",
"... ............................",
"... ............................",
"... ............................",
"... ............................",
"... ............................",
"... ............................",
"... ............................",
" . .........................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................"};
"32 32 3 1 4 9",
" s None c None",
". s white c white",
"+ s black c black",
".... .... ",
".+++.+++. ",
"....+.... ",
" .+. ",
" .+. ",
" .+. ",
" .+. ",
" .+. ",
" .+. ",
" .+. ",
" .+. ",
" .+. ",
" .+. ",
" .+. ",
" .+. ",
" .+. ",
"....+.... ",
".+++.+++. ",
".... .... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};