config: nuke explicit_sync settings
were not used anymore, explicit is on by default
This commit is contained in:
parent
54ccf9c6b3
commit
86b5e3bfbc
5 changed files with 5 additions and 67 deletions
|
|
@ -41,10 +41,6 @@ class CToplevelExportProtocolManager;
|
|||
class CInputManager;
|
||||
struct SSessionLockSurface;
|
||||
|
||||
struct SExplicitSyncSettings {
|
||||
bool explicitEnabled = false, explicitKMSEnabled = false;
|
||||
};
|
||||
|
||||
struct SRenderWorkspaceUntilData {
|
||||
PHLLS ls;
|
||||
PHLWINDOW w;
|
||||
|
|
@ -81,7 +77,6 @@ class CHyprRenderer {
|
|||
bool isNvidia();
|
||||
void makeEGLCurrent();
|
||||
void unsetEGL();
|
||||
SExplicitSyncSettings getExplicitSyncSettings(SP<Aquamarine::IOutput> output);
|
||||
void addWindowToRenderUnfocused(PHLWINDOW window);
|
||||
void makeSnapshot(PHLWINDOW);
|
||||
void makeSnapshot(PHLLS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue