Ignore:
Timestamp:
Jan 14, 2003, 2:17:25 PM (23 years ago)
Author:
sandervl
Message:

made some arrays static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/winkeyboard.cpp

    r8514 r9669  
    1 /* $Id: winkeyboard.cpp,v 1.36 2002-05-29 11:47:18 sandervl Exp $ */
     1/* $Id: winkeyboard.cpp,v 1.37 2003-01-14 13:17:25 sandervl Exp $ */
    22/*
    33 * Win32 <-> PM key translation
     
    5555
    5656
    57 BYTE abPMScanToWinVKey[256][2] =
     57static BYTE abPMScanToWinVKey[256][2] =
    5858/****************************************************************************/
    5959/* PM Scancode              *    Win32 vkey                 Extended Key     */
     
    324324} WINVKEYTOPMSCAN, *PWINVKEYTOPMSCAN;
    325325
    326 WINVKEYTOPMSCAN abWinVKeyToPMScan[256] =
     326static WINVKEYTOPMSCAN abWinVKeyToPMScan[256] =
    327327/**********************************************************************/
    328328/* Vkey                   *    Scancode               * Name          */
     
    592592// Note: windows uses different scancodes if numlock is pressed
    593593// This is not (yet) reflected here!
    594 BYTE abPMScanToWinScan[256][2] =
     594static BYTE abPMScanToWinScan[256][2] =
    595595/****************************************************************************/
    596596/* PM Scancode              *    Win32 Scancode             Extended Key     */
Note: See TracChangeset for help on using the changeset viewer.