comparison src/balloon_help.c @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 6b37e6ddd302
children 850242ba4a81
comparison
equal deleted inserted replaced
168:9851d5c6556e 169:15872534500d
340 { 340 {
341 int x, y; 341 int x, y;
342 int shape; 342 int shape;
343 XPoint border[ 3 ]; 343 XPoint border[ 3 ];
344 344
345 if (id == NULL || (id && b_timer) && b_text) 345 if (id == NULL || ((id && b_timer) && b_text))
346 { 346 {
347 b_timer = None; 347 b_timer = None;
348 348
349 /* size */ 349 /* size */
350 get_text_size (b_dpy, b_fontStruct, b_text, &b_width, &b_height); 350 get_text_size (b_dpy, b_fontStruct, b_text, &b_width, &b_height);