* style adjustments - no functional change

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38201 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2010-08-17 16:53:25 +00:00
parent 1195f511e5
commit e0ae658ae2
+4 -2
View File
@@ -11,6 +11,7 @@
#include "KeyboardLayout.h" #include "KeyboardLayout.h"
class Keymap; class Keymap;
@@ -63,8 +64,8 @@ private:
void _DrawIndicator(BView* view, BRect updateRect, void _DrawIndicator(BView* view, BRect updateRect,
const Indicator* indicator, BRect rect, const Indicator* indicator, BRect rect,
bool lit); bool lit);
const char* _SpecialKeyLabel(const key_map& map, uint32 code, const char* _SpecialKeyLabel(const key_map& map,
bool abbreviated = false); uint32 code, bool abbreviated = false);
const char* _SpecialMappedKeySymbol(const char* bytes, const char* _SpecialMappedKeySymbol(const char* bytes,
size_t numBytes); size_t numBytes);
const char* _SpecialMappedKeyLabel(const char* bytes, const char* _SpecialMappedKeyLabel(const char* bytes,
@@ -120,4 +121,5 @@ private:
float fGap; float fGap;
}; };
#endif // KEYBOARD_LAYOUT_VIEW_H #endif // KEYBOARD_LAYOUT_VIEW_H