From b18211bb9d1f8f758e814a5b5f6dc74e78183c51 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 2 Apr 2011 16:39:30 +0000 Subject: (svn r22291) -Add: a linewidth argument to GfxDrawLine() and Blitter::DrawLine(). --- src/blitter/base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blitter/base.hpp') diff --git a/src/blitter/base.hpp b/src/blitter/base.hpp index 3af376a15..cb76f856e 100644 --- a/src/blitter/base.hpp +++ b/src/blitter/base.hpp @@ -101,7 +101,7 @@ public: */ virtual void DrawRect(void *video, int width, int height, uint8 colour) = 0; - void DrawLine(void *video, int x, int y, int x2, int y2, int screen_width, int screen_height, uint8 colour); + void DrawLine(void *video, int x, int y, int x2, int y2, int screen_width, int screen_height, uint8 colour, int width); /** * Copy from a buffer to the screen. -- cgit v1.2.3-54-g00ecf