diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:58 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:58 +0000 |
commit | ee11b04c48b57b74beacd0a905fbc96a86c75931 (patch) | |
tree | 44e736a163ffea3bde0a475734960c28233b9b1a /bitmaps.h | |
parent | 76312369bde4267f6405a4e1d26697258cc06b32 (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'bitmaps.h')
-rw-r--r-- | bitmaps.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -21,11 +21,8 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ +/* $XFree86: xc/programs/x11perf/bitmaps.h,v 1.4 2001/01/17 23:45:11 dawes Exp $ */ /* Set fill style (if any) to a bitmap or tile */ -extern void SetFillStyle(/* xp, p */); -/* - XParms xp; - Parms p; -*/ +extern void SetFillStyle(XParms xp, Parms p); |