Added tracking support and fixed loading of resource strings.
[wine] / include / clipboard.h
1 #ifndef __WINE_CLIPBOARD_H
2 #define __WINE_CLIPBOARD_H
3
4 void CLIPBOARD_ResetLock(HQUEUE16 hqRef, HQUEUE16 hqNew);
5 void CLIPBOARD_ResetOwner(WND* pWnd);
6 void CLIPBOARD_ReadSelection(Window w, Atom prop);
7 void CLIPBOARD_ReleaseSelection(Window w, HWND32 hwnd);
8 BOOL32 CLIPBOARD_IsPresent(WORD wFormat);
9
10 #endif /* __WINE_CLIPBOARD_H */