Removed a couple of warnings from Accelerant, Screen, and BitmapDrivers

Beginning style changes to resemble OpenTracker guidelines
Added header to some files
Removed temporary code from ViewDriver and re-enabled cursor movement in Desktopmouse message handler


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6069 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2004-01-14 00:54:45 +00:00
parent 47007fb071
commit 7d09d0620c
19 changed files with 385 additions and 200 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ public:
bool operator<=(const Angle &from);
protected:
float angle_value;
float fAngleValue;
void InitTrigTables(void);
};