Commit d6050322 authored by Philippe Morin's avatar Philippe Morin

Fixing a typo in WIN32 #ifdef

parent 2b70e76d
......@@ -93,7 +93,7 @@ JNIEXPORT void JNICALL Java_org_videolan_jvlc_JVLCCanvas_paint (JNIEnv *env, job
/* Now paint */
value.i_int = reinterpret_cast<int>(dsi_win->hwnd);
VLC_VariableSet( 1, "drawable", value );
VLC_VariableSet( 0, "drawable", value );
#else // UNIX
/* Get the platform-specific drawing info */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment