config: nuke explicit_sync settings

were not used anymore, explicit is on by default
This commit is contained in:
Vaxry 2025-06-19 14:58:03 +02:00
parent 54ccf9c6b3
commit 86b5e3bfbc
No known key found for this signature in database
GPG key ID: 665806380871D640
5 changed files with 5 additions and 67 deletions

View file

@ -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);