Skip to content

Commit a16f55a

Browse files
committed
Merge branch 'corngood-hint-names' into master-next
2 parents 0b3619d + 9538f41 commit a16f55a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/SDL/Hint.hs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -340,15 +340,15 @@ instance HasGetter (Hint v) v where
340340
_ -> Nothing)
341341

342342
hintToString :: Hint v -> String
343-
hintToString HintAccelerometerAsJoystick = "SDL_HINT_ACCELEROMETER_AS_JOYSTICK"
344-
hintToString HintFramebufferAcceleration = "SDL_HINT_FRAMEBUFFER_ACCELERATION"
345-
hintToString HintMacCTRLClick = "SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK"
346-
hintToString HintMouseRelativeModeWarp = "SDL_HINT_MOUSE_RELATIVE_MODE_WARP"
347-
hintToString HintRenderDriver = "SDL_HINT_RENDER_DRIVER"
348-
hintToString HintRenderOpenGLShaders = "SDL_HINT_RENDER_OPENGL_SHADERS"
349-
hintToString HintRenderScaleQuality = "SDL_HINT_RENDER_SCALE_QUALITY"
350-
hintToString HintRenderVSync = "SDL_HINT_RENDER_VSYNC"
351-
hintToString HintVideoWinD3DCompiler = "SDL_HINT_VIDEO_WIN_D3DCOMPILER"
343+
hintToString HintAccelerometerAsJoystick = "SDL_ACCELEROMETER_AS_JOYSTICK"
344+
hintToString HintFramebufferAcceleration = "SDL_FRAMEBUFFER_ACCELERATION"
345+
hintToString HintMacCTRLClick = "SDL_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK"
346+
hintToString HintMouseRelativeModeWarp = "SDL_MOUSE_RELATIVE_MODE_WARP"
347+
hintToString HintRenderDriver = "SDL_RENDER_DRIVER"
348+
hintToString HintRenderOpenGLShaders = "SDL_RENDER_OPENGL_SHADERS"
349+
hintToString HintRenderScaleQuality = "SDL_RENDER_SCALE_QUALITY"
350+
hintToString HintRenderVSync = "SDL_RENDER_VSYNC"
351+
hintToString HintVideoWinD3DCompiler = "SDL_VIDEO_WIN_D3DCOMPILER"
352352

353353
clearHints :: MonadIO m => m ()
354354
clearHints = Raw.clearHints

0 commit comments

Comments
 (0)