mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Fix extern definition of PdReleaseDirectContext it should be extern'd as
a "C" function. PHOTON ONLY r=kedl
This commit is contained in:
parent
ac77c942fa
commit
0a76fbb383
@ -29,7 +29,9 @@
|
||||
#include <errno.h>
|
||||
|
||||
/* Should be defined in the Photon headers somewhere */
|
||||
extern void PdReleaseDirectContext( PdDirectContext_t *DirectContext );
|
||||
extern "C" {
|
||||
void PdReleaseDirectContext( PdDirectContext_t *DirectContext );
|
||||
}
|
||||
|
||||
/* The Transparency Mask of the last image Draw'd in nsRenderingContextPh */
|
||||
/* This is needed for locking and unlocking */
|
||||
|
Loading…
x
Reference in New Issue
Block a user