diff options
author | jsorg71 <jsorg71> | 2006-03-13 00:27:09 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2006-03-13 00:27:09 +0000 |
commit | 4a04e6968a7edea3d099c8699e9619407c7d9302 (patch) | |
tree | 54154f142305505006a730dd4cd4f8ef6a345fdc /xrdp/xrdp_wm.c | |
parent | 7a8a54acdce6e40f466f94107949e8c622b96f1d (diff) | |
download | xrdp-proprietary-4a04e6968a7edea3d099c8699e9619407c7d9302.tar.gz xrdp-proprietary-4a04e6968a7edea3d099c8699e9619407c7d9302.zip |
added DEFAULT_CC
Diffstat (limited to 'xrdp/xrdp_wm.c')
-rw-r--r-- | xrdp/xrdp_wm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_wm.c b/xrdp/xrdp_wm.c index 2fb23032..b98fea04 100644 --- a/xrdp/xrdp_wm.c +++ b/xrdp/xrdp_wm.c @@ -1245,7 +1245,7 @@ xrdp_wm_process_input_mouse(struct xrdp_wm* self, int device_flags, /******************************************************************************/ /* this is the callbacks comming from libxrdp.so */ -int +int DEFAULT_CC callback(long id, int msg, long param1, long param2, long param3, long param4) { int rv; |