зеркало из https://github.com/mozilla/gecko-dev.git
update windows when the bit depth changes (bug 153651)
This commit is contained in:
Родитель
3f50007b68
Коммит
866d56a1b8
|
@ -593,6 +593,11 @@ static const char* ioServiceContractID = "@mozilla.org/network/io-service;1";
|
|||
return NO;
|
||||
}
|
||||
|
||||
- (void) applicationDidChangeScreenParameters:(NSNotification *)aNotification
|
||||
{
|
||||
[NSApp makeWindowsPerform:@selector(display) inOrder:YES];
|
||||
}
|
||||
|
||||
- (void) updatePrebinding
|
||||
{
|
||||
// Check our prebinding status. If we didn't launch prebound,
|
||||
|
|
|
@ -593,6 +593,11 @@ static const char* ioServiceContractID = "@mozilla.org/network/io-service;1";
|
|||
return NO;
|
||||
}
|
||||
|
||||
- (void) applicationDidChangeScreenParameters:(NSNotification *)aNotification
|
||||
{
|
||||
[NSApp makeWindowsPerform:@selector(display) inOrder:YES];
|
||||
}
|
||||
|
||||
- (void) updatePrebinding
|
||||
{
|
||||
// Check our prebinding status. If we didn't launch prebound,
|
||||
|
|
|
@ -593,6 +593,11 @@ static const char* ioServiceContractID = "@mozilla.org/network/io-service;1";
|
|||
return NO;
|
||||
}
|
||||
|
||||
- (void) applicationDidChangeScreenParameters:(NSNotification *)aNotification
|
||||
{
|
||||
[NSApp makeWindowsPerform:@selector(display) inOrder:YES];
|
||||
}
|
||||
|
||||
- (void) updatePrebinding
|
||||
{
|
||||
// Check our prebinding status. If we didn't launch prebound,
|
||||
|
|
|
@ -593,6 +593,11 @@ static const char* ioServiceContractID = "@mozilla.org/network/io-service;1";
|
|||
return NO;
|
||||
}
|
||||
|
||||
- (void) applicationDidChangeScreenParameters:(NSNotification *)aNotification
|
||||
{
|
||||
[NSApp makeWindowsPerform:@selector(display) inOrder:YES];
|
||||
}
|
||||
|
||||
- (void) updatePrebinding
|
||||
{
|
||||
// Check our prebinding status. If we didn't launch prebound,
|
||||
|
|
Загрузка…
Ссылка в новой задаче