mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Formatting of internal structs.
This commit is contained in:
parent
12d17b9de6
commit
ddbd3a7895
@ -173,8 +173,8 @@ typedef const GLubyte* (APIENTRY *PFNGLGETSTRINGIPROC)(GLenum, GLuint);
|
||||
//------------------------------------------------------------------------
|
||||
// Window structure
|
||||
//------------------------------------------------------------------------
|
||||
typedef struct _GLFWwindowX11 {
|
||||
|
||||
typedef struct _GLFWwindowX11
|
||||
{
|
||||
// Platform specific window resources
|
||||
Colormap colormap; // Window colormap
|
||||
Window window; // Window
|
||||
@ -218,7 +218,8 @@ typedef struct _GLFWwindowX11 {
|
||||
//------------------------------------------------------------------------
|
||||
// Platform-specific ibrary global data
|
||||
//------------------------------------------------------------------------
|
||||
typedef struct {
|
||||
typedef struct _GLFWlibraryX11
|
||||
{
|
||||
Display* display;
|
||||
|
||||
// Server-side GLX version
|
||||
|
Loading…
Reference in New Issue
Block a user