mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
cbthread and cbowner don't need to be exported.
This commit is contained in:
parent
0b19a6f7bc
commit
8eb5e68168
1 changed files with 2 additions and 2 deletions
|
@ -30,10 +30,10 @@
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "user.h"
|
#include "user.h"
|
||||||
|
|
||||||
struct thread *cbthread; /* thread id that has clipboard open */
|
static struct thread *cbthread; /* thread id that has clipboard open */
|
||||||
static user_handle_t clipboard; /* window that has clipboard open */
|
static user_handle_t clipboard; /* window that has clipboard open */
|
||||||
|
|
||||||
struct thread *cbowner; /* thread id that owns the clipboard */
|
static struct thread *cbowner; /* thread id that owns the clipboard */
|
||||||
static user_handle_t owner; /* window that owns the clipboard data */
|
static user_handle_t owner; /* window that owns the clipboard data */
|
||||||
|
|
||||||
static user_handle_t viewer; /* first window in clipboard viewer list */
|
static user_handle_t viewer; /* first window in clipboard viewer list */
|
||||||
|
|
Loading…
Reference in a new issue