]> code.delx.au - gnu-emacs/commit
Disable non-working pointerColor setting for X tooltip frame.
authorKen Raeburn <raeburn@raeburn.org>
Mon, 5 Oct 2015 15:11:32 +0000 (11:11 -0400)
committerKen Raeburn <raeburn@raeburn.org>
Thu, 8 Oct 2015 05:44:43 +0000 (01:44 -0400)
commit1f37714a11ec91c6aa68a73c7ff6714b24ddadfa
tree935073d48f125c465bd88a69a8fdac398b6251e7
parentee529429775037fb2d9e78e7c86db21d7b3f4bdd
Disable non-working pointerColor setting for X tooltip frame.

It generates a bunch of server traffic, but there's some bug wherein
the new mouse cursor settings don't seem to get used.  In most
situations the cursor isn't likely to be seen anyway, so it's not
urgent to fix.

* src/xfns.c (x_create_tip_frame): Don't set pointerColor.
src/xfns.c