comparison lwlib/xlwgcs.h @ 4769:5460287a3327

Remove support for pre-X11R5 systems, including systems without Xmu. See <870180fe0912091102j6fde7336hdc187608be0ef97@mail.gmail.com> in xemacs-patches.
author Jerry James <james@xemacs.org>
date Thu, 10 Dec 2009 12:42:09 -0700
parents c33ae14dd6d0
children 308d34e9f07d
comparison
equal deleted inserted replaced
4768:0f5bee973a7b 4769:5460287a3327
114 extern Pixel AllocGreyPixel(Widget, Pixel fg, Pixel bg, int scale) ; 114 extern Pixel AllocGreyPixel(Widget, Pixel fg, Pixel bg, int scale) ;
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
120 extern GC XtAllocateGC(Widget, int depth, unsigned long mask,
121 XGCValues *,
122 unsigned long dynamic, unsigned long dontcare) ;
123 #endif
124
125 #else 119 #else
126 120
127 extern GC AllocFgGC() ; 121 extern GC AllocFgGC() ;
128 extern GC AllocBackgroundGC() ; 122 extern GC AllocBackgroundGC() ;
129 extern GC AllocShadeGC() ; 123 extern GC AllocShadeGC() ;
134 extern Pixel AllocShadowPixel() ; 128 extern Pixel AllocShadowPixel() ;
135 extern Pixel AllocGreyPixel() ; 129 extern Pixel AllocGreyPixel() ;
136 extern Pixel AllocGreyPixelC() ; 130 extern Pixel AllocGreyPixelC() ;
137 extern void Draw3dBox() ; 131 extern void Draw3dBox() ;
138 132
139 #if XtSpecificationRelease < 5
140 extern GC XtAllocateGC() ;
141 #endif
142
143 #endif 133 #endif
144 134
145 #endif /* GCS_H */ 135 #endif /* GCS_H */