with 2 xscreens, :0.0 and :0.1, XEmacs open on :0.0, choosing menu item
[frame on other display],then in :0.0 setting the text-pointer-glyph
image to a new image instance, As soon as you mouse over text in the
:0.1 screen,
XEmacs generates an error:
(711) (specifier/warning) error: (invalid-argument (Wrong domain for
image instance #<image-instance (pointer) on #<x-device on ":0.0" 0x2>
"test2.xpm" 22x22 @3,3 (0x3a00148/0x3a0014a) 0x60> #<window on
"*Warnings*" 0x9>))
Repeatedly moving the mouse over text-cursor areas to non-text cursor
areas generates the same error again and again just incrementing the
error number.
moving the mouse pointer back to XEmacs on screen :0.0, the same error
is generated there now too.
maybe it is not re-instance-ing the image when switching devices
(screens)and instead using cached copy? I don't know enough about what
it should be doing.
|