aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2021-02-12 22:45:05 +0100
committerUlrich Sibiller <uli42@gmx.de>2021-06-20 20:12:51 +0200
commit9eb76cf5d545c3b823626423c832986af4c4ac38 (patch)
tree79f569bc6713a82f9accfeba66b0f7c2ce182e81
parent6ba18093742f222363bae29b9675f8016a50d033 (diff)
downloadnx-libs-9eb76cf5d545c3b823626423c832986af4c4ac38.tar.gz
nx-libs-9eb76cf5d545c3b823626423c832986af4c4ac38.tar.bz2
nx-libs-9eb76cf5d545c3b823626423c832986af4c4ac38.zip
Clipboard.c: move comment to correct location
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Clipboard.c12
1 files 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;