FLTK logo

Re: [fltk/fltk] Implement X11 'INCR' protocol for sending large clipboard data (Issue #459)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.issues  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [fltk/fltk] Implement X11 'INCR' protocol for sending large clipboard data (Issue #459) Albrecht Schlosser Jul 18, 2022  
 

FTR: Meanwhile I got a proof of concept working ... somehow. It works for transferring selection data in the same was as the current function to receive clipboard data: it uses a separate function which is decoupled from the internal event loop and polls its own events. Unrelated events are ignored in this case which works but is not a proper solution. There's also no built-in error handling for uncooperative other clients, i.e. if the "other" client who sends clipboard data does this in an infinite loop bad things may happen.

To do: I strive to integrate these two features (sending and receiving of clipboard data using the INCR protocol) in the main event loop which should be possible but needs some more work.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <fltk/fltk/issues/459/1187148561@github.com>

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.