update windows when the bit depth changes (bug 153651)

This commit is contained in:
pinkerton%netscape.com 2002-06-27 19:58:49 +00:00
Родитель 3f50007b68
Коммит 866d56a1b8
4 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

@ -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,