Index: xfa/fwl/core/ifwl_app.h |
diff --git a/xfa/include/fwl/core/fwl_app.h b/xfa/fwl/core/ifwl_app.h |
similarity index 88% |
rename from xfa/include/fwl/core/fwl_app.h |
rename to xfa/fwl/core/ifwl_app.h |
index 7904ee89f5023ed1caea7f01ed4cbd02650beac6..ed1fd673b22900e7e2206ece2647ab1d250d2309 100644 |
--- a/xfa/include/fwl/core/fwl_app.h |
+++ b/xfa/fwl/core/ifwl_app.h |
@@ -4,11 +4,11 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_INCLUDE_FWL_CORE_FWL_APP_H_ |
-#define XFA_INCLUDE_FWL_CORE_FWL_APP_H_ |
+#ifndef XFA_FWL_CORE_IFWL_APP_H_ |
+#define XFA_FWL_CORE_IFWL_APP_H_ |
#include "core/fxcrt/include/fx_string.h" |
-#include "xfa/include/fwl/core/fwl_thread.h" |
+#include "xfa/fwl/core/ifwl_notethread.h" |
class IFWL_AdapterNative; |
class IFWL_Widget; |
@@ -31,6 +31,7 @@ class IFWL_App : public IFWL_NoteThread { |
private: |
IFWL_App() {} |
}; |
+ |
IFWL_App* FWL_GetApp(); |
void FWL_SetApp(IFWL_App* pApp); |
IFWL_AdapterNative* FWL_GetAdapterNative(); |
@@ -41,4 +42,4 @@ extern FWL_ERR FWL_Execute(const CFX_WideStringC& wsExecutable, |
FWL_ERR FWL_SetFullScreen(IFWL_Widget* pWidget, FX_BOOL bFullScreen); |
FX_BOOL FWL_AppIsActived(); |
-#endif // XFA_INCLUDE_FWL_CORE_FWL_APP_H_ |
+#endif // XFA_FWL_CORE_IFWL_APP_H_ |