Ignore:
Timestamp:
Aug 13, 2006, 12:50:25 PM (19 years ago)
Author:
bird
Message:

Grr. HK_MSGINPUT / PM sucks. Got mouse working, but the hook code contains seriously bad hacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/synergy/lib/platform/CPMSynergyHookData.asm

    r2755 r2763  
    1313; */
    1414
     15;
     16; no dll0/crt0.
     17;
     18SEGMENT CODE32 CLASS=CODE USE32 FLAT PUBLIC
     19..start:
     20    jmp _DLL_InitTerm
     21extern _DLL_InitTerm
    1522
    16 SEGMENT SHAREDDATA32 CLASS=SHAREDDATA USE32 FLAT
    17 
    18 %define NAME(name) _ %+ name
    19 
    20 %macro GLOBALVAR 2,
    21 global NAME(%1)
    22 NAME(%1):
    23 dd %2
    24 %endmacro
    25 
    26 GLOBALVAR g_hmqSynergy, 0
    27 GLOBALVAR g_pidSynergy, 0
    28 GLOBALVAR g_tidSynergy, 0
    29 GLOBALVAR g_enmMode, 0
    30 GLOBALVAR g_zoneSides, 0
    31 GLOBALVAR g_zoneSize, 0
    32 GLOBALVAR g_xScreen, 0
    33 GLOBALVAR g_yScreen, 0
    34 GLOBALVAR g_cxScreen, 0
    35 GLOBALVAR g_cyScreen, 0
    36 GLOBALVAR g_fInputHookInstalled, 0
    37 GLOBALVAR g_fFakingInput, 0
    38 
Note: See TracChangeset for help on using the changeset viewer.