Mercurial > MadButterfly
changeset 144:7444dea34c6b
-
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 25 Sep 2008 01:47:14 +0800 |
parents | 21db69d46835 |
children | 609ed47a58f2 |
files | src/geo.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/geo.c Thu Sep 25 01:42:49 2008 +0800 +++ b/src/geo.c Thu Sep 25 01:47:14 2008 +0800 @@ -37,6 +37,10 @@ co_aix x, y; int i; + /*! \note {x=0, y=0, w=0, h=0} geometry value for a n_pos=0 request + * can prevent cursor flasing for Cairo XLib. + * (see changeset 21db69d46835) + */ if(n_pos == 0) { area->x = 0; area->w = 0;