зеркало из https://github.com/mozilla/pjs.git
update windows when the bit depth changes (bug 153651)
This commit is contained in:
Родитель
9c32676829
Коммит
fdbad47164
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче