forked from quickshell/quickshell
wayland/screencopy: log more information during buffer creation
This commit is contained in:
parent
c2ed5bf559
commit
ca79715cce
5 changed files with 67 additions and 42 deletions
|
@ -17,7 +17,9 @@
|
|||
|
||||
namespace qs::wayland::buffer::shm {
|
||||
|
||||
namespace {
|
||||
Q_LOGGING_CATEGORY(logShm, "quickshell.wayland.buffer.shm", QtWarningMsg);
|
||||
}
|
||||
|
||||
bool WlShmBuffer::isCompatible(const WlBufferRequest& request) const {
|
||||
if (QSize(static_cast<int>(request.width), static_cast<int>(request.height)) != this->size()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue