Module: wine Branch: master Commit: 9a134711e6598081d5af55a3f02df625f669a036 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9a134711e6598081d5af55a3f0...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jun 2 11:37:16 2017 +0200
wineandroid: Add a JNI callback to store the native window we got from the TextureView.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wineandroid.drv/WineActivity.java | 2 + dlls/wineandroid.drv/android.h | 14 +++++ dlls/wineandroid.drv/device.c | 95 ++++++++++++++++++++++++++++++++++ dlls/wineandroid.drv/init.c | 12 ++++- dlls/wineandroid.drv/window.c | 45 +++++++++++++++- 5 files changed, 166 insertions(+), 2 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9a134711e6598081d5af55...