Mercurial > mplayer.hg
changeset 36885:1f4661a5495e
Cosmetic: Relocate comment.
author | ib |
---|---|
date | Fri, 07 Mar 2014 14:08:59 +0000 |
parents | 98568083fb1d |
children | 590e9305f12c |
files | gui/win32/skinload.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/win32/skinload.c Fri Mar 07 13:58:14 2014 +0000 +++ b/gui/win32/skinload.c Fri Mar 07 14:08:59 2014 +0000 @@ -619,7 +619,7 @@ mywindow = skin->windows[(skin->windowcount) - 1] = calloc(1, sizeof(window)); mywindow->name = strdup(desc + 7); if(!strncmp(desc + 7, "main", 4)) mywindow->type = wiMain; - else if(!strncmp(desc+7, "video", 5) || !strncmp(desc+7, "sub", 3)) // legacy + else if(!strncmp(desc+7, "video", 5) || /* legacy */ !strncmp(desc+7, "sub", 3)) { mywindow->type = wiVideo; mywindow->decoration = TRUE;