no logic change, indent

This commit is contained in:
Jay Sorg 2014-06-02 22:00:51 -07:00
parent eb478200bf
commit d672eb8995
3 changed files with 389 additions and 389 deletions

View File

@ -1,7 +1,7 @@
/**
* xrdp: A Remote Desktop Protocol server.
*
* Copyright (C) Jay Sorg 2004-2013
* Copyright (C) Jay Sorg 2004-2014
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -62,10 +62,10 @@ struct xrdp_rect
struct xrdp_session
{
long id;
tintptr id;
struct trans *trans;
int (*callback)(long id, int msg, long param1, long param2, long param3,
long param4);
int (*callback)(tintptr id, int msg, tintptr param1, tintptr param2,
tintptr param3, tintptr param4);
void *rdp;
void *orders;
struct xrdp_client_info *client_info;

View File

@ -1,7 +1,7 @@
/**
* xrdp: A Remote Desktop Protocol server.
*
* Copyright (C) Jay Sorg 2012
* Copyright (C) Jay Sorg 2012-2014
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.