Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
elmindreda committed Jun 14, 2016
1 parent aaccfd8 commit 9a781ce
Showing 11 changed files with 0 additions and 30 deletions.
4 changes: 0 additions & 4 deletions src/cocoa_platform.h
Original file line number Diff line number Diff line change
@@ -82,7 +82,6 @@ typedef struct _GLFWwindowNS

} _GLFWwindowNS;


// Cocoa-specific global data
//
typedef struct _GLFWlibraryNS
@@ -115,7 +114,6 @@ typedef struct _GLFWlibraryNS

} _GLFWlibraryNS;


// Cocoa-specific per-monitor data
//
typedef struct _GLFWmonitorNS
@@ -126,7 +124,6 @@ typedef struct _GLFWmonitorNS

} _GLFWmonitorNS;


// Cocoa-specific per-cursor data
//
typedef struct _GLFWcursorNS
@@ -135,7 +132,6 @@ typedef struct _GLFWcursorNS

} _GLFWcursorNS;


// Cocoa-specific global timer data
//
typedef struct _GLFWtimeNS
1 change: 0 additions & 1 deletion src/egl_context.h
Original file line number Diff line number Diff line change
@@ -165,7 +165,6 @@ typedef struct _GLFWcontextEGL

} _GLFWcontextEGL;


// EGL-specific global data
//
typedef struct _GLFWlibraryEGL
1 change: 0 additions & 1 deletion src/glx_context.h
Original file line number Diff line number Diff line change
@@ -121,7 +121,6 @@ typedef struct _GLFWcontextGLX

} _GLFWcontextGLX;


// GLX-specific global data
//
typedef struct _GLFWlibraryGLX
6 changes: 0 additions & 6 deletions src/internal.h
Original file line number Diff line number Diff line change
@@ -256,7 +256,6 @@ struct _GLFWwndconfig
GLFWbool maximized;
};


/*! @brief Context configuration.
*
* Parameters relating to the creation of the context but not directly related
@@ -278,7 +277,6 @@ struct _GLFWctxconfig
_GLFWwindow* share;
};


/*! @brief Framebuffer configuration.
*
* This describes buffers and their sizes. It also contains
@@ -307,7 +305,6 @@ struct _GLFWfbconfig
uintptr_t handle;
};


/*! @brief Context structure.
*/
struct _GLFWcontext
@@ -337,7 +334,6 @@ struct _GLFWcontext
_GLFW_EGL_CONTEXT_STATE;
};


/*! @brief Window and context structure.
*/
struct _GLFWwindow
@@ -391,7 +387,6 @@ struct _GLFWwindow
_GLFW_PLATFORM_WINDOW_STATE;
};


/*! @brief Monitor structure.
*/
struct _GLFWmonitor
@@ -415,7 +410,6 @@ struct _GLFWmonitor
_GLFW_PLATFORM_MONITOR_STATE;
};


/*! @brief Cursor structure
*/
struct _GLFWcursor
1 change: 0 additions & 1 deletion src/linux_joystick.h
Original file line number Diff line number Diff line change
@@ -46,7 +46,6 @@ typedef struct _GLFWjoystickLinux
char* path;
} _GLFWjoystickLinux;


// Linux-specific joystick API data
//
typedef struct _GLFWjoylistLinux
3 changes: 0 additions & 3 deletions src/mir_platform.h
Original file line number Diff line number Diff line change
@@ -87,7 +87,6 @@ typedef struct _GLFWwindowMir

} _GLFWwindowMir;


// Mir-specific per-monitor data
//
typedef struct _GLFWmonitorMir
@@ -99,7 +98,6 @@ typedef struct _GLFWmonitorMir

} _GLFWmonitorMir;


// Mir-specific global data
//
typedef struct _GLFWlibraryMir
@@ -116,7 +114,6 @@ typedef struct _GLFWlibraryMir

} _GLFWlibraryMir;


// Mir-specific per-cursor data
// TODO: Only system cursors are implemented in Mir atm. Need to wait for support.
//
1 change: 0 additions & 1 deletion src/nsgl_context.h
Original file line number Diff line number Diff line change
@@ -40,7 +40,6 @@ typedef struct _GLFWcontextNSGL

} _GLFWcontextNSGL;


// NSGL-specific global data
//
typedef struct _GLFWlibraryNSGL
1 change: 0 additions & 1 deletion src/wgl_context.h
Original file line number Diff line number Diff line change
@@ -110,7 +110,6 @@ typedef struct _GLFWcontextWGL

} _GLFWcontextWGL;


// WGL-specific global data
//
typedef struct _GLFWlibraryWGL
5 changes: 0 additions & 5 deletions src/win32_platform.h
Original file line number Diff line number Diff line change
@@ -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
4 changes: 0 additions & 4 deletions src/wl_platform.h
Original file line number Diff line number Diff line change
@@ -74,7 +74,6 @@ typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR
//
typedef struct _GLFWvidmodeWayland _GLFWvidmodeWayland;


// Wayland-specific per-window data
//
typedef struct _GLFWwindowWayland
@@ -105,7 +104,6 @@ typedef struct _GLFWwindowWayland
} pointerLock;
} _GLFWwindowWayland;


// Wayland-specific global data
//
typedef struct _GLFWlibraryWayland
@@ -149,7 +147,6 @@ typedef struct _GLFWlibraryWayland

} _GLFWlibraryWayland;


// Wayland-specific per-monitor data
//
typedef struct _GLFWmonitorWayland
@@ -166,7 +163,6 @@ typedef struct _GLFWmonitorWayland
int scale;
} _GLFWmonitorWayland;


// Wayland-specific per-cursor data
//
typedef struct _GLFWcursorWayland
3 changes: 0 additions & 3 deletions src/x11_platform.h
Original file line number Diff line number Diff line change
@@ -130,7 +130,6 @@ typedef struct _GLFWwindowX11

} _GLFWwindowX11;


// X11-specific global data
//
typedef struct _GLFWlibraryX11
@@ -259,7 +258,6 @@ typedef struct _GLFWlibraryX11

} _GLFWlibraryX11;


// X11-specific per-monitor data
//
typedef struct _GLFWmonitorX11
@@ -274,7 +272,6 @@ typedef struct _GLFWmonitorX11

} _GLFWmonitorX11;


// X11-specific per-cursor data
//
typedef struct _GLFWcursorX11

0 comments on commit 9a781ce

Please sign in to comment.