diff options
| author | Dmitry Antipov | 2014-05-13 18:18:54 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-05-13 18:18:54 +0400 |
| commit | d3e5c0ea8f4c5902a11b6bc36170336a7a7f01b6 (patch) | |
| tree | 62a09fcdabf646d80f7bae5bfbcd802e14c6182b /ChangeLog | |
| parent | bd098f41af3d0201d6b8156ecb577dbff53fa50c (diff) | |
| download | emacs-d3e5c0ea8f4c5902a11b6bc36170336a7a7f01b6.tar.gz emacs-d3e5c0ea8f4c5902a11b6bc36170336a7a7f01b6.zip | |
If available, use Xfixes extension to do pointer blanking.
* configure.ac (HAVE_XFIXES): Define if available.
(XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs.
* src/Makefile.in (XFIXES_CFLAGS, XFIXES_LIBS): New var.
* src/xfns.c (x_set_mouse_color): Do not call make_invisible_cursor here.
(make_invisible_cursor): Move to...
* src/xterm.c (make_invisible_cursor): ...here.
(x_probe_xfixes_extension, xfixes_toggle_visible_pointer)
(x_toggle_visible_pointer, x_setup_pointer_blanking): New functions.
(x_term_init): Call to x_setup_pointer_blanking.
(XTtoggle_invisible_pointer): Use blanking specific to this display.
* src/xterm.h (struct x_display_info): New member toggle_visible_pointer.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,6 +1,8 @@ | |||
| 1 | 2014-05-13 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2014-05-13 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * configure.ac (--enable-link-time-optimization): Add clang support. | 3 | * configure.ac (HAVE_XFIXES): Define if available. |
| 4 | (XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs. | ||
| 5 | (--enable-link-time-optimization): Add clang support. | ||
| 4 | * INSTALL: Mention it. | 6 | * INSTALL: Mention it. |
| 5 | 7 | ||
| 6 | 2014-05-12 Katsumi Yamaoka <yamaoka@jpl.org> | 8 | 2014-05-12 Katsumi Yamaoka <yamaoka@jpl.org> |