refresh rates
This commit is contained in:
parent
3277321c26
commit
7b7ce638f4
5 changed files with 17 additions and 7 deletions
|
|
@ -21,6 +21,7 @@ struct SMonitor {
|
|||
|
||||
// WLR stuff
|
||||
wlr_output* output = nullptr;
|
||||
float refreshRate = 60;
|
||||
|
||||
// Double-linked list because we need to have constant mem addresses for signals
|
||||
// We have to store pointers and use raw new/delete because they might be moved between them
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue