cbthread and cbowner don't need to be exported.

oldstable
Alexandre Julliard 2003-11-28 23:17:56 +00:00
parent 0b19a6f7bc
commit 8eb5e68168
1 changed files with 2 additions and 2 deletions

View File

@ -30,10 +30,10 @@
#include "object.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 */
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 viewer; /* first window in clipboard viewer list */