comparison src/buddy.c @ 3416:bfb951e56c12

[gaim-migrate @ 3435] Let's see if the buddy list can resize vertically now. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 22 Aug 2002 00:45:49 +0000
parents 4a2955b1ab1a
children 8fa61405af2b
comparison
equal deleted inserted replaced
3415:d7c90e6ecc23 3416:bfb951e56c12
2429 if (blist_pos.x != x || blist_pos.y != y) 2429 if (blist_pos.x != x || blist_pos.y != y)
2430 save = 1; 2430 save = 1;
2431 blist_pos.x = x; 2431 blist_pos.x = x;
2432 blist_pos.y = y; 2432 blist_pos.y = y;
2433 } else { /* Is a size event */ 2433 } else { /* Is a size event */
2434 if (blist_pos.xoff != x || blist_pos.yoff != y || blist_pos.width != width) 2434 if (blist_pos.xoff != x || blist_pos.yoff != y || blist_pos.width != width || blist_pos.height != height)
2435 save = 1; 2435 save = 1;
2436 2436
2437 blist_pos.width = width; 2437 blist_pos.width = width;
2438 blist_pos.height = height; 2438 blist_pos.height = height;
2439 blist_pos.xoff = x; 2439 blist_pos.xoff = x;