offscreen rendering

This commit is contained in:
Raphael Robatsch 2021-10-20 21:09:19 +02:00
commit 9b72acd912
8 changed files with 63 additions and 11 deletions

View file

@ -12,6 +12,7 @@ executable('somebar',
'src/main.cpp',
'src/shm_buffer.cpp',
'src/bar.cpp',
'src/bar_widget.cpp',
wayland_sources,
#moc,
dependencies: [qt5_dep, wayland_dep])