!1697 【bug】窗口编译告警

Merge pull request !1697 from 崔洪斌/master
This commit is contained in:
openharmony_ci 2024-11-13 04:08:13 +00:00 committed by Gitee
commit 1d6cf7403e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -12,15 +12,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef INCLUDE_OH_WINDOW_EVENT_FILTER_H
#define INCLUDE_OH_WINDOW_EVENT_FILTER_H
/**
* @addtogroup WindowManager_NativeModule
* @{
*
*
* @brief Provides abilities of windowManager on the native side, such as key event
* filtration.
*
@ -37,6 +33,10 @@
* @kit ArkUI
* @since 12
*/
#ifndef INCLUDE_OH_WINDOW_EVENT_FILTER_H
#define INCLUDE_OH_WINDOW_EVENT_FILTER_H
#include "stdbool.h"
#include "stdint.h"
#include "oh_window_comm.h"
@ -79,4 +79,5 @@ WindowManager_ErrorCode OH_NativeWindowManager_UnregisterKeyEventFilter(int32_t
}
#endif
#endif // INCLUDE_OH_WINDOW_EVENT_FILTER_H
#endif // INCLUDE_OH_WINDOW_EVENT_FILTER_H
/** @} */