79692977

Date: 2025-07-07 14:15:27
Score: 1
Natty:
Report link

I already fix it by adding this line inside "xdnd_event_loop" function.


    # THIS IS CRUCIAL:
    win.change_attributes(event_mask=X.PropertyChangeMask | X.StructureNotifyMask | X.SubstructureNotifyMask)
    d.flush()
    
    while True:
        while d.pending_events():
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: kalopseeia