1
0
Fork 0

Adding source/Platform/Unix/X11SharedDisplay.cpp

This commit is contained in:
Henrik Hautakoski 2019-12-24 21:31:08 +01:00
parent c41fb6c013
commit bd38e9e98f
3 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,15 @@
#ifndef SPECTRE_PLATFORM_UNIX_X11SHAREDDISPLAY_H
#define SPECTRE_PLATFORM_UNIX_X11SHAREDDISPLAY_H
#include <X11/Xlib.h>
namespace sp {
::Display* XGetDisplay();
void XReleaseDisplay();
} // namespace sp
#endif /* SPECTRE_PLATFORM_UNIX_X11SHAREDDISPLAY_H */