Don't expose mac specific display server.

This commit is contained in:
HolonProduction
2023-05-08 20:32:56 +02:00
parent bd1bc68ba0
commit ddcb2d157d
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_