GIMP: enabled screen following mouse

This commit is contained in:
Sergii Pylypenko
2015-03-25 21:06:01 +02:00
parent e6590a45d3
commit a56f84b238
9 changed files with 16 additions and 7 deletions

View File

@@ -42,6 +42,9 @@ InhibitSuspend=y
# Create Android service, so the app is less likely to be killed while in background
CreateService=n
# Screen follows mouse cursor, when it's covered by soft keyboard, this works only in software video mode (y) or (n)
ScreenFollowsMouse=y
# Video color depth - 16 BPP is the fastest and supported for all modes, 24 bpp is supported only
# with SwVideoMode=y, SDL_OPENGL mode supports everything. (16)/(24)/(32)
VideoDepthBpp=16