Gimp: Togglable on-screen Ctrl/Alt/Shift buttons

This commit is contained in:
pelya
2014-03-01 23:19:35 +02:00
parent c06af51a92
commit c870f8c7a0
5 changed files with 63 additions and 19 deletions

View File

@@ -61,7 +61,7 @@ SwVideoMode=y
SdlVideoResize=y
# Application resizing will keep 4:3 aspect ratio, with black bars at sides (y)/(n)
SdlVideoResizeKeepAspect=y
SdlVideoResizeKeepAspect=n
# Application does not call SDL_Flip() or SDL_UpdateRects() appropriately, or draws from non-main thread -
# enabling the compatibility mode will force screen update every 100 milliseconds, which is laggy and inefficient (y) or (n)