Hello,
I want to interop with a Windows Application that uses a custom clipboard format in SetClipboardData. Is it possible to access this custom format from X11?
01a4:trace:clipboard:SetClipboardData 024b 0x1a45fba
I use "xclip -selection clipboard -o -t TARGETS" and it only lists me
TARGETS MULTIPLE <- This one is empty TIMESTAMP <- this is 0
As a workaround I could create a small Windows application for IPC with my Linux program to Get/Set this format but maybe there is a simpler way? :)
Bye
Gabriel