| Index: core/fxge/apple/cfx_quartzdevice.h
|
| diff --git a/core/fxge/include/fx_ge_apple.h b/core/fxge/apple/cfx_quartzdevice.h
|
| similarity index 84%
|
| rename from core/fxge/include/fx_ge_apple.h
|
| rename to core/fxge/apple/cfx_quartzdevice.h
|
| index 6dce86697fec9daabc309d74f55dd5a1cda5983a..e9261d62b8b2415736eca279f82c0c0b808751f7 100644
|
| --- a/core/fxge/include/fx_ge_apple.h
|
| +++ b/core/fxge/apple/cfx_quartzdevice.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FXGE_INCLUDE_FX_GE_APPLE_H_
|
| -#define CORE_FXGE_INCLUDE_FX_GE_APPLE_H_
|
| +#ifndef CORE_FXGE_APPLE_CFX_QUARTZDEVICE_H_
|
| +#define CORE_FXGE_APPLE_CFX_QUARTZDEVICE_H_
|
|
|
| #if _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_
|
|
|
| @@ -28,4 +28,4 @@ class CFX_QuartzDevice : public CFX_RenderDevice {
|
| };
|
| #endif
|
|
|
| -#endif // CORE_FXGE_INCLUDE_FX_GE_APPLE_H_
|
| +#endif // CORE_FXGE_APPLE_CFX_QUARTZDEVICE_H_
|
|
|