Bugzilla – Attachment 51650 Details for
Bug 39983
[Feature Request] Support Mac OSX 10.7 (Lion) full-screen mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Second patch, hack in progress
fullscreen.libs-gui.2.diff (text/plain), 1.28 KB, created by
Don't use this account, use tml@iki.fi
on 2011-09-27 00:23:26 UTC
(
hide
)
Description:
Second patch, hack in progress
Filename:
MIME Type:
Creator:
Don't use this account, use tml@iki.fi
Created:
2011-09-27 00:23:26 UTC
Size:
1.28 KB
patch
obsolete
>diff --git a/vcl/aqua/source/window/salframeview.mm b/vcl/aqua/source/window/salframeview.mm >index 6acc5ca..c928cc2 100644 >--- a/vcl/aqua/source/window/salframeview.mm >+++ b/vcl/aqua/source/window/salframeview.mm >@@ -288,12 +288,24 @@ static AquaSalFrame* getMouseContainerFrame() > { > (void)pNotification; > YIELD_GUARD; >+ >+ const ApplicationEvent* pAppEvent = new ApplicationEvent( String(), >+ ApplicationAddress(), >+ ByteString( "TOGGLEFULLSCREEN" ), >+ String( "ENTER" ) ); >+ AquaSalInstance::aAppEventList.push_back( pAppEvent ); > } > > -(void)windowDidExitFullScreen: (NSNotification*)pNotification > { > (void)pNotification; > YIELD_GUARD; >+ >+ const ApplicationEvent* pAppEvent = new ApplicationEvent( String(), >+ ApplicationAddress(), >+ ByteString( "TOGGLEFULLSCREEN" ), >+ String( "LEAVE" ) ); >+ AquaSalInstance::aAppEventList.push_back( pAppEvent ); > } > > -(void)windowDidMiniaturize: (NSNotification*)pNotification
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 39983
:
51649
| 51650 |
51651
|
72070
|
83419