diff options
author | Jun Fang <jun_fang@foxitsoftware.com> | 2015-11-25 10:54:46 +0800 |
---|---|---|
committer | Jun Fang <jun_fang@foxitsoftware.com> | 2015-11-25 10:54:46 +0800 |
commit | 696d9faba208b0233cdfe0a43f3c6e5c90935843 (patch) | |
tree | 5200be6f8e077896fe8a8b115e56747dfed7d2cf /xfa/include/fwl | |
parent | d3116dc173ab3e798b056e008c0cb68f69acdca7 (diff) | |
download | pdfium-696d9faba208b0233cdfe0a43f3c6e5c90935843.tar.xz |
Refactor CXFA_FFPageView::GetWidgetByPos
BUG=pdfium:276
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1438333005 .
Diffstat (limited to 'xfa/include/fwl')
-rw-r--r-- | xfa/include/fwl/core/fwl_widgetdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/include/fwl/core/fwl_widgetdef.h b/xfa/include/fwl/core/fwl_widgetdef.h index 1cdcc36522..6bb63b56c4 100644 --- a/xfa/include/fwl/core/fwl_widgetdef.h +++ b/xfa/include/fwl/core/fwl_widgetdef.h @@ -69,7 +69,7 @@ #define FWL_WGTHITTEST_Border 17
#define FWL_WGTHITTEST_Edge 18
#define FWL_WGTHITTEST_Edit 19
-#define FWL_WGTHITTEST_Transparent 20
+#define FWL_WGTHITTEST_HyperLink 20
#define FWL_WGTHITTEST_MAX 21
#define FWL_VKEY_LButton 0x01
#define FWL_VKEY_RButton 0x02
|