* 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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user