--- Begin Message ---
Package: xemacs20-bin
Version: 20.4-13
[ My E-Mail address is bam@snoopy.apana.org.au - please check this is
correct before replying ]
When I point to a button (eg open) I get the following error:
Can't instatiate image (probably cached): [xmb :mask-file
"/usr/include/X11/bitmaps/left_ptrmsk" :mask-data ( 16 16 "removed")
:hotspot-y 1 :hotspot-x 3 :file "/usr/include/X11/bitmaps/left_ptr" :data
(16 16 "removed") ]
Where I replaced the binary data with removed.
I only just started using xemacs, so I have do idea what this error means. Both
files in question are accessible and look valid to me.
/usr/include/X11/bitmaps/left_ptrmsk:
#define left_ptrmsk_width 16
#define left_ptrmsk_height 16
static char left_ptrmsk_bits[] = {
0x0c, 0x00, 0x1c, 0x00, 0x3c, 0x00, 0x7c, 0x00, 0xfc, 0x00, 0xfc, 0x01,
0xfc, 0x03, 0xfc, 0x07, 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x01, 0xdc, 0x03,
0xcc, 0x03, 0x80, 0x07, 0x80, 0x07, 0x00, 0x03};
/usr/include/X11/bitmaps/left_ptr:
#define left_ptr_width 16
#define left_ptr_height 16
#define left_ptr_x_hot 3
#define left_ptr_y_hot 1
static char left_ptr_bits[] = {
0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x38, 0x00, 0x78, 0x00, 0xf8, 0x00,
0xf8, 0x01, 0xf8, 0x03, 0xf8, 0x07, 0xf8, 0x00, 0xd8, 0x00, 0x88, 0x01,
0x80, 0x01, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00};
-- System Information
Debian Release: 2.1
Kernel Version: Linux dewey 2.0.36 #1 Sun May 2 00:42:11 EST 1999 i586 unknown
Versions of the packages xemacs20-bin depends on:
ii xemacs20-suppor 20.4-13 Editor and kitchen sink -- architecture inde
ii libc6 2.0.7.19981211 GNU C Library: shared libraries
ii libgdbmg1 1.7.3-25 GNU dbm database routines (runtime version).
ii libgpmg1 1.14-3 General Purpose Mouse Library [libc6]
ii libncurses4 4.2-3 Shared libraries for terminal handling
ii xlib6g 3.3.2.3a-11 shared libraries required by X clients
--- End Message ---