]> 4ch.mooo.com Git - 16.git/blob - 16/xlib/README.TXT
08359e4fb3206fe5747f96a18dd9dea0966e8e7e
[16.git] / 16 / xlib / README.TXT
1 This is XLIB the mode X graphics library. There is no organization to the\r
2 files in this archive; that is left up to each users preferences.\r
3 \r
4 Famous last words ;-)\r
5 \r
6 "This is the last version I intend to release, unless of course someone has\r
7 something really nifty they'd like to contribute."\r
8 \r
9 MOUSE TIP:\r
10 \r
11 Theres a slight design flaw in the mouse driver and lots of people have had\r
12 problems with mouse droppings in the lower RH corner of the screen. This \r
13 happens under some circulstances because the code does not clip the saved\r
14 background as is done for the cursor graphic itself so bits of the mouse \r
15 graphic stored in the video ram just below the visual page get picked up into \r
16 the background.\r
17 \r
18 To bypass this problem is simple when you know how. If you are having this \r
19 problem insert NonVisual_Offs+=ScrnLogicalByteWidth*14 just before the call\r
20 to x_init_mouse.\r
21 \r
22 Sorry about not fixing the problem more elegantly, but I didn't want to \r
23 do any major work on the mouse driver.\r
24 \r
25 Themie\r
26 \r
27 \r
28 \r
29 \r
30 \r
31 \r
32 \r