mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Declare fe_getPixelFromRGB explicitly to fix bustage in IRIX 6.2
This commit is contained in:
parent
8947ec6532
commit
ce483ec411
@ -36,6 +36,11 @@
|
||||
|
||||
extern "C" RDF_NCVocab gNavCenter;
|
||||
|
||||
extern "C"
|
||||
{
|
||||
extern PRBool fe_getPixelFromRGB(MWContext *, char * rgbString, Pixel * pixel);
|
||||
};
|
||||
|
||||
#ifdef DEBUG_slamm
|
||||
#define D(x) x
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user