From f4918b008e6e58642e8f45417df03b14ca2e2258 Mon Sep 17 00:00:00 2001 From: Aric Stewart Date: Tue, 3 Oct 2000 04:08:45 +0000 Subject: [PATCH] Added a white border around the I-beam cursor. --- include/bitmaps/ocr_ibeam | 75 ++++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 37 deletions(-) rewrite include/bitmaps/ocr_ibeam (96%) diff --git a/include/bitmaps/ocr_ibeam b/include/bitmaps/ocr_ibeam dissimilarity index 96% index e372a1eab6a..eee4a4a0c89 100644 --- a/include/bitmaps/ocr_ibeam +++ b/include/bitmaps/ocr_ibeam @@ -1,37 +1,38 @@ -/* XPM */ -static char * ocr_ibeam[] = { -"32 32 2 1 3 8", -" s black c black", -". s None c None", -" . .........................", -"... ............................", -"... ............................", -"... ............................", -"... ............................", -"... ............................", -"... ............................", -"... ............................", -"... ............................", -"... ............................", -"... ............................", -"... ............................", -"... ............................", -"... ............................", -"... ............................", -"... ............................", -" . .........................", -"................................", -"................................", -"................................", -"................................", -"................................", -"................................", -"................................", -"................................", -"................................", -"................................", -"................................", -"................................", -"................................", -"................................", -"................................"}; +/* XPM */ +static char * ocr_ibeam[] = { +"32 32 3 1 4 9", +" s None c None", +". s white c white", +"+ s black c black", +".... .... ", +".+++.+++. ", +"....+.... ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +"....+.... ", +".+++.+++. ", +".... .... ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; -- 2.11.4.GIT