From: Felix Paul Kühne Date: Sun, 23 May 2010 23:06:50 +0000 (+0200) Subject: legacy OS X intf: fixed a rare case in which the vout window could loose its window... X-Git-Tag: 1.2.0-pre1~6538 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=611d42d07e0a11e56e8c2194f8bcdea4bdc359e1;p=vlc legacy OS X intf: fixed a rare case in which the vout window could loose its window decoration on recreation after a performed close Manual forward-port of [fcbdd49671dfc8f2f0a6a74a6da19153b54137bb] --- diff --git a/extras/package/macosx/Resources/English.lproj/MainMenu.nib/designable.nib b/extras/package/macosx/Resources/English.lproj/MainMenu.nib/designable.nib index c206048305..f78b6e4c77 100644 --- a/extras/package/macosx/Resources/English.lproj/MainMenu.nib/designable.nib +++ b/extras/package/macosx/Resources/English.lproj/MainMenu.nib/designable.nib @@ -3,19 +3,19 @@ 1040 10D573 - 740 + 762 1038.29 460.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 762 YES - + - + YES @@ -3348,7 +3348,7 @@ 271 2 {{97, 644}, {238, 63}} - 1886912512 + 1618477056 Window VLCEmbeddedWindow @@ -12128,7 +12128,7 @@ LCAuLi4 com.apple.InterfaceBuilder.CocoaPlugin - {{223, 595}, {576, 81}} + {{350, 595}, {576, 81}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -12193,9 +12193,9 @@ LCAuLi4 com.apple.InterfaceBuilder.CocoaPlugin - {{237, 786}, {238, 63}} + {{237, 693}, {238, 63}} com.apple.InterfaceBuilder.CocoaPlugin - {{237, 786}, {238, 63}} + {{237, 693}, {238, 63}} com.apple.InterfaceBuilder.CocoaPlugin @@ -14681,6 +14681,7 @@ LCAuLi4 0 + IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx @@ -14696,5 +14697,114 @@ LCAuLi4 YES ../../vlc.xcodeproj 3 + + YES + + YES + NSApplicationIcon + NSMenuCheckmark + NSMenuMixedState + NSSwitch + add_embedded + add_embedded_blue + display_left + display_middle + display_right + equalizerdrawer_active + equalizerdrawer_blue + fs_background + fs_exit_fullscreen + fs_forward + fs_play + fs_rewind + fs_skip_next + fs_skip_previous + fs_time_slider + fs_volume_max + fs_volume_mute + fs_volume_slider_bar + fullscreen_active + fullscreen_blue + next_active + next_blue + pause_embedded + pause_embedded_blue + play + play_blue + playlistdrawer_active + playlistdrawer_blue + previous_active + previous_blue + repeat_embedded + repeat_single_embedded_blue + shuffle_embedded + shuffle_embedded_blue + skip_forward_active + skip_forward_active_embedded + skip_forward_blue + skip_forward_embedded_blue + skip_previous_active + skip_previous_active_embedded + skip_previous_blue + skip_previous_embedded_blue + stop + stop_blue + volume_high + volume_low + + + YES + {128, 128} + {9, 8} + {7, 2} + {15, 15} + {33, 20} + {33, 20} + {8, 36} + {8, 36} + {8, 36} + {33, 20} + {33, 20} + {549, 87} + {26, 20} + {43, 19} + {34, 27} + {43, 19} + {30, 18} + {30, 18} + {518, 9} + {15, 13} + {7, 11} + {95, 2} + {33, 20} + {33, 20} + {33, 20} + {33, 20} + {33, 20} + {33, 20} + {39, 39} + {39, 39} + {33, 20} + {33, 20} + {33, 20} + {33, 20} + {33, 20} + {33, 20} + {33, 20} + {33, 20} + {31, 31} + {33, 20} + {31, 31} + {33, 20} + {31, 31} + {33, 20} + {31, 31} + {33, 20} + {33, 20} + {33, 20} + {13, 13} + {6, 11} + + diff --git a/extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib b/extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib index f11cea0e24..9df31c37c2 100644 Binary files a/extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib and b/extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib differ