repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 960521
[wine/multimedia.git]
/
include
/
clipboard.h
blob
502e314ec9ddd1639f8f00e696bc3fb9436797d8
1
#ifndef __WINE_CLIPBOARD_H
2
#define __WINE_CLIPBOARD_H
3
4
extern
void
CLIPBOARD_ReadSelection
(
Window w
,
Atom prop
);
5
void
CLIPBOARD_ReleaseSelection
(
HWND hwnd
);
6
7
#endif
/* __WINE_CLIPBOARD_H */