]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 27 Aug 2006 22:22:38 +0000 (22:22 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 27 Aug 2006 22:22:38 +0000 (22:22 +0000)
src/ChangeLog

index c7a065c091e7557360d824cca0a80e059015e47e..d33ec7d49f6d462dd69e38faabdda1384de33a0b 100644 (file)
@@ -1,3 +1,11 @@
+2006-08-28  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (get_window_cursor_type): Replace BOX cursor on images
+       with a hollow box cursor if image is larger than 32x32 (or the default
+       frame font if that is bigger).  Replace any other cursor on images
+       with hollow box cursor, as redisplay doesn't support bar and hbar
+       cursors on images.
+
 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous