Formatting of internal structs.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent 12d17b9de6
commit ddbd3a7895
  1. 7
      src/x11/platform.h

@ -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…
Cancel
Save