Fixing bug 286386. Build bustage: declaration with no type forbidden. rs=bsmedberg@covad.net

This commit is contained in:
jwatt%jwatt.org 2005-03-16 16:36:15 +00:00
Родитель 2e20e66345
Коммит 09fffc41c7
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -178,8 +178,8 @@ static inline PRBool IsAlphaTranslucencySupported() { return pUpdateLayeredWindo
#endif
static PRBool IsCursorTranslucencySupported() {
static didCheck = PR_FALSE;
static isSupported = PR_FALSE;
static PRBool didCheck = PR_FALSE;
static PRBool isSupported = PR_FALSE;
if (!didCheck) {
didCheck = PR_TRUE;
// Cursor translucency is supported on Windows XP and newer