mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-10-29 21:41:37 +00:00
single-pixel: set buffer size to 1,1
This commit is contained in:
parent
3ca699debf
commit
0ec6072a29
@ -17,6 +17,8 @@ CSinglePixelBuffer::CSinglePixelBuffer(uint32_t id, wl_client* client, CColor co
|
||||
|
||||
success = texture->m_iTexID;
|
||||
|
||||
size = {1, 1};
|
||||
|
||||
if (!success)
|
||||
Debug::log(ERR, "Failed creating a single pixel texture: null texture id");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user