Flutter Engine
The Flutter Engine
|
#include <X11/Xlib.h>
#include <GL/glx.h>
#include <memory>
Go to the source code of this file.
Classes | |
struct | skwindow::XlibWindowInfo |
Namespaces | |
namespace | skwindow |
Typedefs | |
typedef Window | XWindow |
Functions | |
std::unique_ptr< WindowContext > | skwindow::MakeRasterForXlib (const XlibWindowInfo &info, const DisplayParams ¶ms) |
Definition at line 21 of file WindowContextFactory_unix.h.