1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Merge pull request #76856 from HolonProduction/macos-specific

Don't expose macOS and iOS specific display servers.
This commit is contained in:
Rémi Verschelde
2023-05-11 11:47:58 +02:00
6 changed files with 8 additions and 6 deletions

View File

@@ -119,8 +119,7 @@ typedef struct _xrr_monitor_info {
#undef CursorShape
class DisplayServerX11 : public DisplayServer {
//No need to register, it's platform-specific and nothing is added
//GDCLASS(DisplayServerX11, DisplayServer)
// No need to register with GDCLASS, it's platform-specific and nothing is added.
_THREAD_SAFE_CLASS_