提交 76b25a0a 编写于 作者: 邓志豪 提交者: zhdengc

IssueNo:#I3RJ9K

Description:ui isolation surface
Sig:graphic
Feature or Bugfix:Feature
Binary Source:No
上级 c6f7ec82
......@@ -14,7 +14,7 @@
*/
#include "components/ui_surface_view.h"
#if ENABLE_WINDOW
#include <string>
#include "draw/draw_rect.h"
......@@ -155,3 +155,4 @@ void UISurfaceView::Draw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea)
}
}
} // namespace OHOS
#endif // ENABLE_WINDOW
\ No newline at end of file
......@@ -14,6 +14,7 @@
*/
#include "dock/ohos/ohos_input_device.h"
#if ENABLE_WINDOW
#include "gfx_utils/input_event_info.h"
#include "iwindows_manager.h"
......@@ -24,3 +25,4 @@ bool OHOSInputDevice::Read(DeviceData& data)
return false;
}
}
#endif // ENABLE_WINDOW
\ No newline at end of file
......@@ -36,6 +36,7 @@
*/
#include "components/ui_view.h"
#if ENABLE_WINDOW
#include "surface.h"
#include <string>
......@@ -173,4 +174,5 @@ private:
const uint8_t DEFAULT_QUEUE_SIZE = 2;
};
} // namespace OHOS
#endif // ENABLE_WINDOW
#endif // GRAPHIC_LITE_UI_SURFACE_VIEW_H
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册