comparison src/gaim.h @ 1413:42955549cdd9

[gaim-migrate @ 1423] patch from mishan to save window positions correctly committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 18 Jan 2001 20:31:51 +0000
parents a3e472534370
children 9be6790092dc
comparison
equal deleted inserted replaced
1412:47413c49bbee 1413:42955549cdd9
146 struct save_pos { 146 struct save_pos {
147 int x; 147 int x;
148 int y; 148 int y;
149 int width; 149 int width;
150 int height; 150 int height;
151 int xoff;
152 int yoff;
153 }; 151 };
154 152
155 153
156 struct option_set { 154 struct option_set {
157 int *options; 155 int *options;