djpohly/dwl

application display overflow to outside its window

Closed this issue · 1 comments

when i debug my custom rfm application with gdb in dwl, i see this problem:

  1. there are three windows on screen, that is, there are two window on the right stack area

20230412_11h33m51s_grim

2, when i press MOD+enter to move the rfm window to upper right, it overlaps the other window on the stack area. How can it be? I think that no matter what the application render, it should be only inside it's window.

20230412_11h33m59s_grim

rfm is a gtk application, i see message in its stdout:
Gdk-Message: 12:18:14.313: Error flushing display: Broken pipe

This will probably will fixed until wlroots-0.17, see https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4131