Changeset 2754
- Timestamp:
- Jul 30, 2006, 7:55:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synergy/lib/platform/CPMScreen.cpp
r2752 r2754 3 3 * Copyright (C) 2002 Chris Schoeneman 4 4 * Copyright (C) 2006 Knut St. Osmundsen 5 * 5 * 6 6 * This package is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU General Public License 8 8 * found in the file COPYING that should have accompanied this file. 9 * 9 * 10 10 * This package is distributed in the hope that it will be useful, 11 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 436 436 return 0; 437 437 } 438 438 439 439 LOG((CLOG_DEBUG "registered hotkey %s (id=%04x mask=%04x) as id=%d", CKeyMap::formatKey(key, mask).c_str(), key, mask, id)); 440 440 return id; 441 #endif 441 #endif 442 442 } 443 443 … … 1491 1491 (m_keycode == x.m_keycode && m_mask < x.m_mask)); 1492 1492 } 1493 1494 1495 /* 1496 * Local Variables: 1497 * mode: c 1498 * c-file-style: "k&r" 1499 * c-basic-offset: 4 1500 * tab-width: 4 1501 * indent-tabs-mode: t 1502 * End: 1503 */ 1504
Note:
See TracChangeset
for help on using the changeset viewer.