Commit 8eb5e681 authored by Alexandre Julliard's avatar Alexandre Julliard

cbthread and cbowner don't need to be exported.

parent 0b19a6f7
...@@ -30,10 +30,10 @@ ...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment