Modified ColorSet to match new color_which defs in InterfaceDefs.h
Added ending newlines to a number of files git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2648 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1757,7 +1757,7 @@ bool AccelerantDriver::DumpToFile(const char *path)
|
||||
*/
|
||||
float AccelerantDriver::StringWidth(const char *string, int32 length, LayerData *d)
|
||||
{
|
||||
if(!string || !d || !d->font)
|
||||
if(!string || !d || !d->font)
|
||||
return 0.0;
|
||||
_Lock();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user