1
0
Fork 0

Platform/Unix/X11Display.h: Some documentation.

This commit is contained in:
Henrik Hautakoski 2020-09-25 18:24:49 +02:00
parent c020b5dcf6
commit 12c0a962fc

View file

@ -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 :