]> git.sesse.net Git - vlc/blobdiff - modules/video_output/drawable.c
Factorized 8->16 bits audio conversions.
[vlc] / modules / video_output / drawable.c
index 927f2762922b446eb1938e1366c22a1fcf387fd2..54f689cb8913da1b813066c05cd1aef38e23d720 100644 (file)
@@ -147,7 +147,7 @@ static int Control (vout_window_t *wnd, int query, va_list ap)
     switch (query)
     {
         case VOUT_WINDOW_SET_SIZE:   /* not allowed */
-        case VOUT_WINDOW_SET_ON_TOP: /* not allowed either, would be ugly */
+        case VOUT_WINDOW_SET_STATE: /* not allowed either, would be ugly */
             return VLC_EGENERIC;
         default:
             msg_Warn (wnd, "unsupported control query %d", query);