mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
NOT PART OF THE BUILD
This commit is contained in:
parent
e460f6ef0b
commit
5590a2046d
@ -187,6 +187,10 @@ void CBrowserShell::EventMouseUp(const EventRecord &inMacEvent)
|
||||
{
|
||||
FocusDraw();
|
||||
mMessageSink.DispatchOSEvent((EventRecord&)inMacEvent, GetMacPort());
|
||||
|
||||
LEventDispatcher *dispatcher = LEventDispatcher::GetCurrentEventDispatcher();
|
||||
if (dispatcher)
|
||||
dispatcher->UpdateMenus();
|
||||
}
|
||||
|
||||
|
||||
@ -207,10 +211,13 @@ void CBrowserShell::AdjustCursorSelf(Point /* inPortPt */,
|
||||
//*** CBrowserShell: LCommander overrides
|
||||
//*****************************************************************************
|
||||
|
||||
void CBrowserShell::DontBeTarget()
|
||||
void CBrowserShell::BeTarget()
|
||||
{
|
||||
}
|
||||
|
||||
void CBrowserShell::DontBeTarget()
|
||||
{
|
||||
}
|
||||
|
||||
Boolean CBrowserShell::HandleKeyPress(const EventRecord &inKeyEvent)
|
||||
{
|
||||
|
@ -86,6 +86,7 @@ public:
|
||||
const EventRecord& inMacEvent);
|
||||
|
||||
// LCommander
|
||||
virtual void BeTarget();
|
||||
virtual void DontBeTarget();
|
||||
virtual Boolean HandleKeyPress(const EventRecord &inKeyEvent);
|
||||
virtual Boolean ObeyCommand(PP_PowerPlant::CommandT inCommand, void* ioParam);
|
||||
|
Loading…
Reference in New Issue
Block a user