GNOME Bugzilla – Bug 676909
Onscreen API to notify framebuffer resize on Android
Last modified: 2012-09-06 20:30:02 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.
Created attachment 215084 [details] [review] patch v2 Fix typo
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.