Changeset 2763 for trunk/synergy/lib/platform/CPMSynergyHook.h
- Timestamp:
- Aug 13, 2006, 12:50:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synergy/lib/platform/CPMSynergyHook.h
r2755 r2763 77 77 typedef void (*SetZoneFunc)(SInt32, SInt32, SInt32, SInt32, SInt32); 78 78 typedef void (*SetModeFunc)(int); 79 typedef const char * (*FakeMsgFunc)(HAB hab, const QMSG *pQmsg); 79 80 80 81 CSYNERGYHOOK_API bool init(HMQ hmq, int tid, int pid); … … 84 85 CSYNERGYHOOK_API void setSides(UInt32 sides); 85 86 CSYNERGYHOOK_API void setZone(SInt32 x, SInt32 y, SInt32 cx, SInt32 cy, SInt32 jumpZoneSize); 86 CSYNERGYHOOK_API void setMode(EHookMode mode);87 CSYNERGYHOOK_API const char * fakeMsg(HAB hab, const QMSG *pQmsg); 87 88 88 89 #endif
Note:
See TracChangeset
for help on using the changeset viewer.