diff options
author | HolonProduction <holonproduction@gmail.com> | 2023-05-08 20:32:56 +0200 |
---|---|---|
committer | HolonProduction <holonproduction@gmail.com> | 2023-05-11 11:02:08 +0200 |
commit | ddcb2d157dcae525593db2b04a40a2cbf9bf9ddd (patch) | |
tree | 95303e5cd15651932e28d9897de6198f3d46ac51 /platform/linuxbsd/x11/display_server_x11.h | |
parent | bd1bc68ba07e330e814af19faf87d59da3f0ce6f (diff) | |
download | redot-engine-ddcb2d157dcae525593db2b04a40a2cbf9bf9ddd.tar.gz |
Don't expose mac specific display server.
Diffstat (limited to 'platform/linuxbsd/x11/display_server_x11.h')
-rw-r--r-- | platform/linuxbsd/x11/display_server_x11.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/linuxbsd/x11/display_server_x11.h b/platform/linuxbsd/x11/display_server_x11.h index e8e0680c14..67fa21c75f 100644 --- a/platform/linuxbsd/x11/display_server_x11.h +++ b/platform/linuxbsd/x11/display_server_x11.h @@ -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_ |