comparison src/geo.c @ 144:7444dea34c6b

-
author Thinker K.F. Li <thinker@branda.to>
date Thu, 25 Sep 2008 01:47:14 +0800
parents 21db69d46835
children c7e5b8779bb5
comparison
equal deleted inserted replaced
143:21db69d46835 144:7444dea34c6b
35 co_aix min_x, max_x; 35 co_aix min_x, max_x;
36 co_aix min_y, max_y; 36 co_aix min_y, max_y;
37 co_aix x, y; 37 co_aix x, y;
38 int i; 38 int i;
39 39
40 /*! \note {x=0, y=0, w=0, h=0} geometry value for a n_pos=0 request
41 * can prevent cursor flasing for Cairo XLib.
42 * (see changeset 21db69d46835)
43 */
40 if(n_pos == 0) { 44 if(n_pos == 0) {
41 area->x = 0; 45 area->x = 0;
42 area->w = 0; 46 area->w = 0;
43 area->y = 0; 47 area->y = 0;
44 area->h = 0; 48 area->h = 0;