Ignore:
Timestamp:
Aug 20, 2006, 8:11:44 AM (19 years ago)
Author:
bird
Message:

Expanded m_client to 64-bit. Finally managed to hack together a getKeyMap and fakeKey for PM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/synergy/lib/platform/CXWindowsKeyState.cpp

    r2749 r2768  
    22 * synergy -- mouse and keyboard sharing utility
    33 * Copyright (C) 2003 Chris Schoeneman
    4  * 
     4 *
    55 * This package is free software; you can redistribute it and/or
    66 * modify it under the terms of the GNU General Public License
    77 * found in the file COPYING that should have accompanied this file.
    8  * 
     8 *
    99 * This package is distributed in the hope that it will be useful,
    1010 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     
    206206        switch (keystroke.m_type) {
    207207        case Keystroke::kButton:
    208                 LOG((CLOG_DEBUG1 "  %03x (%08x) %s", keystroke.m_data.m_button.m_button, keystroke.m_data.m_button.m_client, keystroke.m_data.m_button.m_press ? "down" : "up"));
     208                LOG((CLOG_DEBUG1 "  %03x (%08llx) %s", keystroke.m_data.m_button.m_button, keystroke.m_data.m_button.m_client, keystroke.m_data.m_button.m_press ? "down" : "up"));
    209209                if (keystroke.m_data.m_button.m_repeat) {
    210210                        int c = keystroke.m_data.m_button.m_button;
     
    301301                                        tmpKeysyms[maxKeysyms * i + j] = NoSymbol;
    302302                                }
    303                         }       
     303                        }
    304304                }
    305305                XFree(allKeysyms);
Note: See TracChangeset for help on using the changeset viewer.