huge cleanup, support for SetSizeLimits, support for truncating strings, numerous decorator bug fixes, Layer does not draw when view color is B_TRANSPARENT_COLOR, cleaner dispatching of mouse events to the WinBorder in RootLayer, commented the char map selection in the font server, as it seems glyph lookup by unicode index works much better with the default map
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12945 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -48,7 +48,7 @@ class FontServer
|
||||
public:
|
||||
FontServer(void);
|
||||
~FontServer(void);
|
||||
void Lock(void);
|
||||
bool Lock(void);
|
||||
void Unlock(void);
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user