Merge pull request #67914 from Calinou/displayserverx11-no-native-icon

Fix `DisplayServer.has_feature()` claiming X11 has native icon support
This commit is contained in:
Max Hilbrunner 2022-10-28 12:46:57 +02:00 committed by GitHub
commit 028db9f2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ bool DisplayServerX11::has_feature(Feature p_feature) const {
case FEATURE_WINDOW_TRANSPARENCY:
//case FEATURE_HIDPI:
case FEATURE_ICON:
case FEATURE_NATIVE_ICON:
//case FEATURE_NATIVE_ICON:
case FEATURE_SWAP_BUFFERS:
#ifdef DBUS_ENABLED
case FEATURE_KEEP_SCREEN_ON: