mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02: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"
|
#include "drirenderbuffer.h"
|
||||||
|
|
||||||
extern void radeonInitSpanFuncs(GLcontext * ctx);
|
extern void radeonInitSpanFuncs(GLcontext * ctx);
|
||||||
extern void radeonSetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
|
extern void radeonSetSpanFunctions(driRenderbuffer * rb, const GLvisual * vis);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
#include "drirenderbuffer.h"
|
#include "drirenderbuffer.h"
|
||||||
|
|
||||||
extern void radeonInitSpanFuncs( GLcontext *ctx );
|
extern void radeonInitSpanFuncs(GLcontext * ctx);
|
||||||
extern void radeonSetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
|
extern void radeonSetSpanFunctions(driRenderbuffer * rb, const GLvisual * vis);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue