diff options
author | Brian Paul <[email protected]> | 2002-01-21 18:12:34 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-01-21 18:12:34 +0000 |
commit | 2ef866d1fc0a5cc5ef8543d65744dfd4da4dbbaf (patch) | |
tree | 835adeb2048e8c54afcea9fb7f1d29dc7f1c05ed /src/mesa/swrast/s_zoom.h | |
parent | 674012f083dde5a58742a74a6b4adf266ea17ed7 (diff) |
Klaus's latest patches and some clean-up
Diffstat (limited to 'src/mesa/swrast/s_zoom.h')
-rw-r--r-- | src/mesa/swrast/s_zoom.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/swrast/s_zoom.h b/src/mesa/swrast/s_zoom.h index 940970d7abf..2891d305e73 100644 --- a/src/mesa/swrast/s_zoom.h +++ b/src/mesa/swrast/s_zoom.h @@ -1,10 +1,10 @@ -/* $Id: s_zoom.h,v 1.5 2001/05/03 22:13:32 brianp Exp $ */ +/* $Id: s_zoom.h,v 1.6 2002/01/21 18:12:34 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -30,7 +30,7 @@ #include "mtypes.h" - +#include "swrast.h" extern void _mesa_write_zoomed_rgba_span( GLcontext *ctx, |