| Index: xfa/fwl/core/fwl_widgetdef.h
|
| diff --git a/xfa/include/fwl/core/fwl_widgetdef.h b/xfa/fwl/core/fwl_widgetdef.h
|
| similarity index 98%
|
| rename from xfa/include/fwl/core/fwl_widgetdef.h
|
| rename to xfa/fwl/core/fwl_widgetdef.h
|
| index 548fe920196c85ece6925d77a96df73765815271..849ba6fc7b450dea7cdd032682e0031b17274552 100644
|
| --- a/xfa/include/fwl/core/fwl_widgetdef.h
|
| +++ b/xfa/fwl/core/fwl_widgetdef.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_INCLUDE_FWL_CORE_FWL_WIDGETDEF_H_
|
| -#define XFA_INCLUDE_FWL_CORE_FWL_WIDGETDEF_H_
|
| +#ifndef XFA_FWL_CORE_FWL_WIDGETDEF_H_
|
| +#define XFA_FWL_CORE_FWL_WIDGETDEF_H_
|
|
|
| #define FWL_WGTSTYLE_OverLapper (0L << 0)
|
| #define FWL_WGTSTYLE_Popup (1L << 0)
|
| @@ -246,4 +246,4 @@
|
| #define FWL_VKEYSTATE_Toggled 0x0001
|
| #define FWL_VKEYSTATE_Down 0x0100
|
|
|
| -#endif // XFA_INCLUDE_FWL_CORE_FWL_WIDGETDEF_H_
|
| +#endif // XFA_FWL_CORE_FWL_WIDGETDEF_H_
|
|
|