summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/opengl/osd_opengl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/opengl/osd_opengl.h')
-rw-r--r--src/osd/modules/opengl/osd_opengl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/osd/modules/opengl/osd_opengl.h b/src/osd/modules/opengl/osd_opengl.h
index 829cad43bf5..a0084ebdb6d 100644
--- a/src/osd/modules/opengl/osd_opengl.h
+++ b/src/osd/modules/opengl/osd_opengl.h
@@ -61,11 +61,11 @@
virtual const char *LastErrorMsg() = 0;
virtual void *getProcAddress(const char *proc) = 0;
/*
- * 0 for immediate updates,
- * 1 for updates synchronized with the vertical retrace,
- * -1 for late swap tearing
+ * 0 for immediate updates,
+ * 1 for updates synchronized with the vertical retrace,
+ * -1 for late swap tearing
*
- * returns -1 if swap interval is not supported
+ * returns -1 if swap interval is not supported
*
*/
virtual int SetSwapInterval(const int swap) = 0;
@@ -99,7 +99,7 @@
#undef GET_GLFUNC
};
#ifdef _MSC_VER
- }
+ }
#endif
#undef OSD_GL