Mercurial > mplayer.hg
changeset 13841:394deaee5d21
do not hide mouse and menubar in fulscreen if not using main device
author | nplourde |
---|---|
date | Mon, 01 Nov 2004 17:19:25 +0000 |
parents | 62af31e1bdc8 |
children | 78e5886bc211 |
files | libvo/vo_quartz.c |
diffstat | 1 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_quartz.c Mon Nov 01 16:17:49 2004 +0000 +++ b/libvo/vo_quartz.c Mon Nov 01 17:19:25 2004 +0000 @@ -1235,8 +1235,11 @@ { if(winLevel != 0) { - HideMenuBar(); - HideCursor(); + if(device_id == 0) + { + HideMenuBar(); + HideCursor(); + } } else { @@ -1258,8 +1261,11 @@ { if(winLevel != 0) { - HideMenuBar(); - HideCursor(); + if(device_id == 0) + { + HideMenuBar(); + HideCursor(); + } if(fs_res_x != 0 || fs_res_y != 0) {