pointer: add default auto for no_hw_cursors
auto defaults to off on nvidia, on for everyone else. Gotta wait until we do fucking drm_dumb and it fucking works
This commit is contained in:
parent
d5689bb539
commit
3dd8db83f1
4 changed files with 21 additions and 11 deletions
|
|
@ -200,6 +200,8 @@ class CConfigManager {
|
|||
void ensureMonitorStatus();
|
||||
void ensureVRR(PHLMONITOR pMonitor = nullptr);
|
||||
|
||||
bool shouldUseSoftwareCursors();
|
||||
|
||||
std::string parseKeyword(const std::string&, const std::string&);
|
||||
|
||||
void addParseError(const std::string&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue