After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676909 - Onscreen API to notify framebuffer resize on Android
Onscreen API to notify framebuffer resize on Android
Status: RESOLVED FIXED
Product: cogl
Classification: Platform
Component: Android
1.10.x
Other Linux
: Normal normal
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-05-27 00:26 UTC by Lionel Landwerlin
Modified: 2012-09-06 20:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch v1 (1.99 KB, patch)
2012-05-27 00:26 UTC, Lionel Landwerlin
none Details | Review
patch v2 (1.99 KB, patch)
2012-05-27 00:28 UTC, Lionel Landwerlin
none Details | Review

Description Lionel Landwerlin 2012-05-27 00:26:35 UTC
Created attachment 215083 [details] [review]
patch v1

Because of the way android apps manage window resize events, we need to notify Cogl that the framebuffer has been resized.

The attached patch sends adds an API on CoglOnscreen to do so.
Comment 1 Lionel Landwerlin 2012-05-27 00:28:38 UTC
Created attachment 215084 [details] [review]
patch v2

Fix typo
Comment 2 Robert Bragg 2012-09-06 20:30:02 UTC
ok, I tweaked the patch to add some blurb to the gtk-doc comment explaining a bit what the api is for and I've landed the patch in master. thanks for the patch, and sorry for the delay in landing it. I can also cherry pick the patch to the cogl-1.12 branch for the next developer snapshot.