diff options
author | 2015-03-25 08:16:51 +0100 | |
---|---|---|
committer | 2015-03-25 08:16:51 +0100 | |
commit | 0147bb4cc82e642cf75151f039f240eb20989fbc (patch) | |
tree | 1da79e38b3eb810f9f5ab9f6f4853defad55792d /src/osd/modules/opengl | |
parent | fda60d87eb9228d923fd33130671b2c5de881683 (diff) |
Cleanups and version bumpmame0160
Diffstat (limited to 'src/osd/modules/opengl')
-rw-r--r-- | src/osd/modules/opengl/osd_opengl.h | 10 |
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 |