[746/906] android: Add comment to clarify the type of a variable

This commit is contained in:
Sebastian Dröge 2013-07-12 14:20:41 +02:00 committed by Tim-Philipp Müller
parent d0293d9f0c
commit 90450a39b7

View file

@ -44,6 +44,7 @@ struct _GstGLWindowAndroidEGL {
GstGLWindow parent;
GstGLEGL *egl;
/* This is actually an ANativeWindow */
EGLNativeWindowType native_window;
GMainContext *main_context;