summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_login_wnd.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-03-25 22:33:56 +0000
committerjsorg71 <jsorg71>2005-03-25 22:33:56 +0000
commit66956f4624b0b8737fc67b66d8f93146268af4e4 (patch)
tree43eaaf660b9ba5f2edefb37169b848605c822bae /xrdp/xrdp_login_wnd.c
parent06f176ac94da4e30f6273bab3f5b73c717084ef5 (diff)
downloadxrdp-proprietary-66956f4624b0b8737fc67b66d8f93146268af4e4.tar.gz
xrdp-proprietary-66956f4624b0b8737fc67b66d8f93146268af4e4.zip
some ints should be long
Diffstat (limited to 'xrdp/xrdp_login_wnd.c')
-rw-r--r--xrdp/xrdp_login_wnd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xrdp/xrdp_login_wnd.c b/xrdp/xrdp_login_wnd.c
index 3f516041..759a070a 100644
--- a/xrdp/xrdp_login_wnd.c
+++ b/xrdp/xrdp_login_wnd.c
@@ -26,7 +26,7 @@
/* all login help screen events go here */
int xrdp_wm_login_help_notify(struct xrdp_bitmap* wnd,
struct xrdp_bitmap* sender,
- int msg, int param1, int param2)
+ int msg, long param1, long param2)
{
struct xrdp_painter* p;
@@ -142,7 +142,7 @@ int xrdp_wm_delete_all_childs(struct xrdp_wm* self)
/* all login screen events go here */
int xrdp_wm_login_notify(struct xrdp_bitmap* wnd,
struct xrdp_bitmap* sender,
- int msg, int param1, int param2)
+ int msg, long param1, long param2)
{
struct xrdp_bitmap* help;
struct xrdp_bitmap* but;