[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 Matthew Waters
parent 01ce41f684
commit 98e5077b8f

View file

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