Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] ffi/framebuffer_android: separate invert blitbuffer #625

Merged
merged 1 commit into from Mar 26, 2018

Conversation

Frenzie
Copy link
Member

@Frenzie Frenzie commented Mar 26, 2018

@Frenzie Frenzie added the bug label Mar 26, 2018
@Frenzie Frenzie merged commit 7cb11c4 into master Mar 26, 2018
@Frenzie Frenzie deleted the Frenzie-patch-2 branch March 26, 2018 14:05
Frenzie added a commit to Frenzie/koreader that referenced this pull request Mar 26, 2018
Includes:

* [fix] ffi/framebuffer_android: separate invert blitbuffer koreader/koreader-base#625
  Fixes koreader#3529.
* SDL2: handle SDL_WINDOWEVENT_EXPOSED koreader/koreader-base#624

  The next buffer might always contain garbage, and on X11 without
  compositing the buffers will be damaged just by moving the window
  partly offscreen, minimizing it, or putting another window
  (partially) on top of it.

  Handling `SDL_WINDOWEVENT_EXPOSED` is the only way to deal with
  this without sending regular updates.
Frenzie added a commit to koreader/koreader that referenced this pull request Mar 26, 2018
Includes:

* [fix] ffi/framebuffer_android: separate invert blitbuffer koreader/koreader-base#625
  Fixes #3529.
* SDL2: handle SDL_WINDOWEVENT_EXPOSED koreader/koreader-base#624

  The next buffer might always contain garbage, and on X11 without
  compositing the buffers will be damaged just by moving the window
  partly offscreen, minimizing it, or putting another window
  (partially) on top of it.

  Handling `SDL_WINDOWEVENT_EXPOSED` is the only way to deal with
  this without sending regular updates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant