QGnomePlatform icon indicating copy to clipboard operation
QGnomePlatform copied to clipboard

[RFE] Libdecor support

Open grulja opened this issue 2 years ago • 2 comments

Apparently libdecor now has gtk plugin so it might be worth at least giving it a shot and see if we can implement our decorations with it.

Link: https://gitlab.gnome.org/jadahl/libdecor

grulja avatar Nov 02 '22 08:11 grulja

A good idea. You can see a similar use case in FLTK: https://github.com/fltk/fltk/blob/master/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx

polter-rnd avatar Nov 08 '22 20:11 polter-rnd

Does GTK3 support Wayland subsurfaces and wl_shm yet? IIRC those were a requirement for having it perform at its best, along with Vulkan support (SDL games).

Plus, if QGnomePlatform were to adopt libdecor, wouldn't it make sense to upstream it to QT instead? They could definitely use it.

orowith2os avatar Apr 04 '23 02:04 orowith2os