mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
Formatting
This commit is contained in:
@@ -241,7 +241,6 @@ typedef struct _GLFWwindowWin32
|
||||
|
||||
} _GLFWwindowWin32;
|
||||
|
||||
|
||||
// Win32-specific global data
|
||||
//
|
||||
typedef struct _GLFWlibraryWin32
|
||||
@@ -293,7 +292,6 @@ typedef struct _GLFWlibraryWin32
|
||||
|
||||
} _GLFWlibraryWin32;
|
||||
|
||||
|
||||
// Win32-specific per-monitor data
|
||||
//
|
||||
typedef struct _GLFWmonitorWin32
|
||||
@@ -308,7 +306,6 @@ typedef struct _GLFWmonitorWin32
|
||||
|
||||
} _GLFWmonitorWin32;
|
||||
|
||||
|
||||
// Win32-specific per-cursor data
|
||||
//
|
||||
typedef struct _GLFWcursorWin32
|
||||
@@ -317,7 +314,6 @@ typedef struct _GLFWcursorWin32
|
||||
|
||||
} _GLFWcursorWin32;
|
||||
|
||||
|
||||
// Win32-specific global timer data
|
||||
//
|
||||
typedef struct _GLFWtimeWin32
|
||||
@@ -327,7 +323,6 @@ typedef struct _GLFWtimeWin32
|
||||
|
||||
} _GLFWtimeWin32;
|
||||
|
||||
|
||||
// Win32-specific global TLS data
|
||||
//
|
||||
typedef struct _GLFWtlsWin32
|
||||
|
||||
Reference in New Issue
Block a user