зеркало из https://github.com/mozilla/pjs.git
Fixing bug 286386. Build bustage: declaration with no type forbidden. rs=bsmedberg@covad.net
This commit is contained in:
Родитель
2e20e66345
Коммит
09fffc41c7
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче