summaryrefslogtreecommitdiff
path: root/core/include/fxge
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-05-04 15:18:56 -0700
committerTom Sepez <tsepez@chromium.org>2015-05-04 15:18:56 -0700
commit090d139b66d11b8f9a33b930277aea8becb7f085 (patch)
treec2131c552aabdc339c4962d37ad83dbacc004950 /core/include/fxge
parent72d07de1933bae3569be19a31be3f75aa7265930 (diff)
downloadpdfium-090d139b66d11b8f9a33b930277aea8becb7f085.tar.xz
Merge to XFA: Kill FX_DEFINEHANDLE
Original Review URL: https://codereview.chromium.org/1129433002 R=thestig@chromium.org Review URL: https://codereview.chromium.org/1122903002
Diffstat (limited to 'core/include/fxge')
-rw-r--r--core/include/fxge/fpf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/include/fxge/fpf.h b/core/include/fxge/fpf.h
index 28d028cfbb..9fb38f8043 100644
--- a/core/include/fxge/fpf.h
+++ b/core/include/fxge/fpf.h
@@ -18,7 +18,9 @@ public:
};
IFPF_DeviceModule* FPF_GetDeviceModule();
#define FPF_MATCHFONT_REPLACEANSI 1
-FX_DEFINEHANDLE(FPF_HFONT);
+typedef struct FPF_HFONT_ {
+ FX_LPVOID pData;
+}* FPF_HFONT;
class IFPF_Font
{
public: