Alexander Scott-Johns : winex11.drv: Remove unused constant, and fix a comment.

Alexandre Julliard julliard at winehq.org
Mon Jan 31 11:26:17 CST 2011


Module: wine
Branch: master
Commit: d2d4fe67bee46512fb3e0cd4725cbee8542a423c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d2d4fe67bee46512fb3e0cd4725cbee8542a423c

Author: Alexander Scott-Johns <alexander.scott.johns at googlemail.com>
Date:   Mon Jan 31 02:35:44 2011 +0000

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




More information about the wine-cvs mailing list