Re: CVS: commit msevior abi/src/text/fmt/xp fv_View.cpp

From: J.M. Maurer <uwog_at_uwog.net>
Date: Thu Apr 12 2007 - 11:16:29 CEST

On Thu, 2007-04-12 at 03:55 +0000, cvs@abisource.com wrote:
> Update of /cvsroot/abi/src/text/fmt/xp
> In directory abiword.snt.utwente.nl:/tmp/cvs-serv23351/src/text/fmt/xp
>
> Modified Files:
> fv_View.cpp
> Log Message:
>
> Stop remote carets blinking from timing out.

Will they now blink forever? There isn't too much context below, but if
you only reset the timeout after a remote carret has done some action,
then it's fine.

Otherwise we'll just use up power (think olpc) by not allowing the cpu
to sleep.

Bye!
  Marc

>
> Index: fv_View.cpp
> ===================================================================
> RCS file: /cvsroot/abi/src/text/fmt/xp/fv_View.cpp,v
> retrieving revision 1.1176
> retrieving revision 1.1177
> diff -u -d -r1.1176 -r1.1177
> --- fv_View.cpp 11 Apr 2007 11:09:26 -0000 1.1176
> +++ fv_View.cpp 12 Apr 2007 03:55:39 -0000 1.1177
> @@ -610,6 +610,7 @@
> for(i=0; i<iCount;i++)
> {
> pCaretProps = m_vecCarets.getNthItem(i);
> + pCaretProps->m_pCaret->resetBlinkTimeout();
> if(pCaretProps->m_sDocUUID == sUUID)
> {
> if(iLen >= 0)
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
Received on Thu Apr 12 11:15:55 2007

This archive was generated by hypermail 2.1.8 : Thu Apr 12 2007 - 11:15:55 CEST