Mark some more kdrive symbols static
This commit is contained in:
parent
a962c9b4a3
commit
021dd3d1a8
@ -68,7 +68,7 @@ int kdMaxScanCode;
|
||||
static int kdMinKeyCode;
|
||||
static int kdMaxKeyCode;
|
||||
|
||||
const int kdKeymapWidth = KD_MAX_WIDTH;
|
||||
static const int kdKeymapWidth = KD_MAX_WIDTH;
|
||||
|
||||
KeySym kdKeymap[KD_MAX_LENGTH * KD_MAX_WIDTH];
|
||||
|
||||
@ -482,7 +482,7 @@ static void KdInitAutoRepeats(void)
|
||||
}
|
||||
}
|
||||
|
||||
const KdKeySymModsRec kdKeySymMods[] = {
|
||||
static const KdKeySymModsRec kdKeySymMods[] = {
|
||||
{XK_Control_L, ControlMask},
|
||||
{XK_Control_R, ControlMask},
|
||||
{XK_Shift_L, ShiftMask},
|
||||
|
@ -40,8 +40,6 @@ extern int kdMinScanCode;
|
||||
|
||||
extern int kdMaxScanCode;
|
||||
|
||||
extern const int kdKeymapWidth;
|
||||
|
||||
extern KeySym kdKeymap[KD_MAX_LENGTH * KD_MAX_WIDTH];
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user