mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 16:30:23 +01:00
r300: Indented radeon_span.h
This commit is contained in:
parent
6fe41a4c01
commit
a154706061
2 changed files with 3 additions and 3 deletions
|
|
@ -45,6 +45,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "drirenderbuffer.h"
|
||||
|
||||
extern void radeonInitSpanFuncs(GLcontext * ctx);
|
||||
extern void radeonSetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
|
||||
extern void radeonSetSpanFunctions(driRenderbuffer * rb, const GLvisual * vis);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include "drirenderbuffer.h"
|
||||
|
||||
extern void radeonInitSpanFuncs( GLcontext *ctx );
|
||||
extern void radeonSetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
|
||||
extern void radeonInitSpanFuncs(GLcontext * ctx);
|
||||
extern void radeonSetSpanFunctions(driRenderbuffer * rb, const GLvisual * vis);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue