winex11.drv: Remove unused constant, and fix a comment.

Alexander Scott-Johns alexander.scott.johns at googlemail.com
Mon Jan 31 09:15:54 CST 2011


-------------- next part --------------
From 9447f6f51bd0873f2fbbe8e525463eb231192b22 Mon Sep 17 00:00:00 2001
From: Alexander Scott-Johns <alexander.scott.johns at googlemail.com>
Date: Mon, 31 Jan 2011 02:35:44 +0000
Subject: winex11.drv: Remove unused constant, and fix a comment.

---
 dlls/winex11.drv/clipboard.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/dlls/winex11.drv/clipboard.c b/dlls/winex11.drv/clipboard.c
index 75f94e1..e54e15c 100644
--- a/dlls/winex11.drv/clipboard.c
+++ b/dlls/winex11.drv/clipboard.c
@@ -86,10 +86,8 @@
 WINE_DEFAULT_DEBUG_CHANNEL(clipboard);
 
 /* Maximum wait time for selection notify */
-#define SELECTION_RETRIES 500  /* wait for .1 seconds */
+#define SELECTION_RETRIES 500  /* wait for .5 seconds */
 #define SELECTION_WAIT    1000 /* us */
-/* Minimum seconds that must lapse between owner queries */
-#define OWNERQUERYLAPSETIME 1
 
 /* Selection masks */
 #define S_NOSELECTION    0
-- 
1.7.0.4


More information about the wine-patches mailing list