comparison gui/wm/ws.h @ 35660:8de55114a330

Remove member SizeHint from wsWindow structure. There is no need to store this for a window. Use a local variable instead.
author ib
date Tue, 15 Jan 2013 18:51:30 +0000
parents d798beebfe71
children c31b82bd6092
comparison
equal deleted inserted replaced
35659:321934456307 35660:8de55114a330
171 GC wGC; 171 GC wGC;
172 XGCValues wGCV; 172 XGCValues wGCV;
173 unsigned long WindowMask; 173 unsigned long WindowMask;
174 XVisualInfo VisualInfo; 174 XVisualInfo VisualInfo;
175 XSetWindowAttributes WindowAttrib; 175 XSetWindowAttributes WindowAttrib;
176 XSizeHints SizeHint;
177 XWMHints WMHints; 176 XWMHints WMHints;
178 177
179 XFontStruct *Font; 178 XFontStruct *Font;
180 int FontHeight; 179 int FontHeight;
181 180