Sprinkle some THEBES_API to fix non-libxul builds

This commit is contained in:
Vladimir Vukicevic 2010-05-17 22:43:05 -07:00
parent cbde17d3b8
commit 27ea4b61fc

View File

@ -38,9 +38,11 @@
#ifndef GFX_UTILS_H
#define GFX_UTILS_H
#include "gfxTypes.h"
class gfxImageSurface;
class gfxUtils {
class THEBES_API gfxUtils {
public:
static PRBool FuzzyEqual(gfxFloat aV1, gfxFloat aV2) {
return fabs(aV2 - aV1) < 1e-6;