This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 9eb76cf5d545c3b823626423c832986af4c4ac38 Author: Ulrich Sibiller <uli42@gmx.de> Date: Fri Feb 12 22:45:05 2021 +0100 Clipboard.c: move comment to correct location --- nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c index ef4315e41..ed46f3d6a 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c @@ -130,12 +130,6 @@ static XlibAtom serverLastRequestedSelection = -1; #define IS_INTERNAL_OWNER(lsoindex) (lastSelectionOwner[lsoindex].client != NullClient) -/* - * Needed to handle the notify selection event to - * be sent to client once the selection property - * has been retrieved from the real X server. - */ - typedef enum { SelectionStageNone, @@ -145,6 +139,12 @@ typedef enum SelectionStageWaitData } ClientSelectionStage; +/* + * Needed to handle the notify selection event to be sent to the + * waiting client once the selection property has been retrieved from + * the real X server. + */ + typedef struct _lastClient { WindowPtr windowPtr; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git