Flutter Engine
The Flutter Engine
|
#include <WindowContextFactory_unix.h>
Public Attributes | |
Display * | fDisplay |
XWindow | fWindow |
GLXFBConfig * | fFBConfig |
XVisualInfo * | fVisualInfo |
int | fWidth |
int | fHeight |
Definition at line 28 of file WindowContextFactory_unix.h.
Display* skwindow::XlibWindowInfo::fDisplay |
Definition at line 29 of file WindowContextFactory_unix.h.
GLXFBConfig* skwindow::XlibWindowInfo::fFBConfig |
Definition at line 31 of file WindowContextFactory_unix.h.
int skwindow::XlibWindowInfo::fHeight |
Definition at line 34 of file WindowContextFactory_unix.h.
XVisualInfo* skwindow::XlibWindowInfo::fVisualInfo |
Definition at line 32 of file WindowContextFactory_unix.h.
int skwindow::XlibWindowInfo::fWidth |
Definition at line 33 of file WindowContextFactory_unix.h.
XWindow skwindow::XlibWindowInfo::fWindow |
Definition at line 30 of file WindowContextFactory_unix.h.