Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
8eb5e681
Commit
8eb5e681
authored
Nov 28, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cbthread and cbowner don't need to be exported.
parent
0b19a6f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
clipboard.c
server/clipboard.c
+2
-2
No files found.
server/clipboard.c
View file @
8eb5e681
...
...
@@ -30,10 +30,10 @@
#include "object.h"
#include "user.h"
st
ruct
thread
*
cbthread
;
/* thread id that has clipboard open */
st
atic
struct
thread
*
cbthread
;
/* thread id that has clipboard open */
static
user_handle_t
clipboard
;
/* window that has clipboard open */
st
ruct
thread
*
cbowner
;
/* thread id that owns the clipboard */
st
atic
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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment