winex11.drv: Remove unused constant, and fix a comment.
This commit is contained in:
parent
f5b39cfc3c
commit
d2d4fe67be
|
@ -86,10 +86,8 @@
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(clipboard);
|
WINE_DEFAULT_DEBUG_CHANNEL(clipboard);
|
||||||
|
|
||||||
/* Maximum wait time for selection notify */
|
/* 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 */
|
#define SELECTION_WAIT 1000 /* us */
|
||||||
/* Minimum seconds that must lapse between owner queries */
|
|
||||||
#define OWNERQUERYLAPSETIME 1
|
|
||||||
|
|
||||||
/* Selection masks */
|
/* Selection masks */
|
||||||
#define S_NOSELECTION 0
|
#define S_NOSELECTION 0
|
||||||
|
|
Loading…
Reference in New Issue