* This fixes the coding style violations Michael recently introduced.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33482 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2008, Haiku, Inc.
|
* Copyright 2001-2009, Haiku, Inc.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include "HWInterface.h"
|
#include "HWInterface.h"
|
||||||
|
|
||||||
|
|
||||||
class BPoint;
|
class BPoint;
|
||||||
class BRect;
|
class BRect;
|
||||||
class BRegion;
|
class BRegion;
|
||||||
@@ -95,7 +96,6 @@ virtual void DrawBitmap(ServerBitmap* bitmap,
|
|||||||
const BRect& bitmapRect, const BRect& viewRect,
|
const BRect& bitmapRect, const BRect& viewRect,
|
||||||
uint32 options = 0);
|
uint32 options = 0);
|
||||||
// drawing primitives
|
// drawing primitives
|
||||||
|
|
||||||
virtual void DrawArc(BRect r, const float& angle,
|
virtual void DrawArc(BRect r, const float& angle,
|
||||||
const float& span, bool filled);
|
const float& span, bool filled);
|
||||||
virtual void FillArc(BRect r, const float& angle,
|
virtual void FillArc(BRect r, const float& angle,
|
||||||
|
|||||||
Reference in New Issue
Block a user