comparison lwlib/xlwgcs.h @ 458:c33ae14dd6d0 r21-2-44

Import from CVS: tag r21-2-44
author cvs
date Mon, 13 Aug 2007 11:42:25 +0200
parents abe6d1db359e
children 5460287a3327
comparison
equal deleted inserted replaced
457:4b9290a33024 458:c33ae14dd6d0
115 extern Pixel AllocGreyPixelC(Widget, XColor *fg, XColor *bg, int scale) ; 115 extern Pixel AllocGreyPixelC(Widget, XColor *fg, XColor *bg, int scale) ;
116 extern void Draw3dBox(Widget w, int x, int y, int wid, int hgt, int s, 116 extern void Draw3dBox(Widget w, int x, int y, int wid, int hgt, int s,
117 GC topgc, GC botgc) ; 117 GC topgc, GC botgc) ;
118 118
119 #if XtSpecificationRelease < 5 119 #if XtSpecificationRelease < 5
120 extern GC XtAllocateGC(Widget, int depth, u_long mask, 120 extern GC XtAllocateGC(Widget, int depth, unsigned long mask,
121 XGCValues *, u_long dynamic, u_long dontcare) ; 121 XGCValues *,
122 unsigned long dynamic, unsigned long dontcare) ;
122 #endif 123 #endif
123 124
124 #else 125 #else
125 126
126 extern GC AllocFgGC() ; 127 extern GC AllocFgGC() ;