File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -340,15 +340,15 @@ instance HasGetter (Hint v) v where
340340 _ -> Nothing )
341341
342342hintToString :: 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
353353clearHints :: MonadIO m => m ()
354354clearHints = Raw. clearHints
You can’t perform that action at this time.
0 commit comments