From 12c0a962fc5420df44fe7df50ae9bb6e9cc869a5 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 25 Sep 2020 18:24:49 +0200 Subject: [PATCH] Platform/Unix/X11Display.h: Some documentation. --- source/Platform/Unix/X11Display.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Platform/Unix/X11Display.h b/source/Platform/Unix/X11Display.h index 330ffba..9343705 100644 --- a/source/Platform/Unix/X11Display.h +++ b/source/Platform/Unix/X11Display.h @@ -10,6 +10,8 @@ namespace sp { +// NOTE: This class wraps a X11 Window and Screen handle +// and is NOT a Class wrapper around X11's `Display` type. class X11Display : public PlatformDisplay { public :