mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-15 20:13:49 -07:00
descriptions: remove allow_early_buffer_release
This commit is contained in:
@@ -1372,12 +1372,6 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||||||
.type = CONFIG_OPTION_INT,
|
.type = CONFIG_OPTION_INT,
|
||||||
.data = SConfigOptionDescription::SRangeData{2, 0, 2},
|
.data = SConfigOptionDescription::SRangeData{2, 0, 2},
|
||||||
},
|
},
|
||||||
SConfigOptionDescription{
|
|
||||||
.value = "render:allow_early_buffer_release",
|
|
||||||
.description = "Allow early buffer release event. Fixes stuttering and missing frames for some apps. May cause graphical glitches and memory leaks in others",
|
|
||||||
.type = CONFIG_OPTION_BOOL,
|
|
||||||
.data = SConfigOptionDescription::SBoolData{true},
|
|
||||||
},
|
|
||||||
SConfigOptionDescription{
|
SConfigOptionDescription{
|
||||||
.value = "render:cm_fs_passthrough",
|
.value = "render:cm_fs_passthrough",
|
||||||
.description = "Passthrough color settings for fullscreen apps when possible",
|
.description = "Passthrough color settings for fullscreen apps when possible",
|
||||||
|
Reference in New Issue
Block a user