emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

W32 question - hide/show system caret


From: Kim F. Storm
Subject: W32 question - hide/show system caret
Date: 20 Mar 2003 00:45:46 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

During my merging of X/W32/MAC I found what I think is sub-optimal code:

In w32term.c, the system caret is hidden and shown in the hooks
x_update_window_begin and x_update_window_end, i.e. once for each
updated emacs window.

Wouldn't it be simpler and more efficient to move the hide/show into
x_update_begin and x_update_end, i.e. only once for each updated emacs
frame ?

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]