summaryrefslogtreecommitdiff
path: root/screen_connector_remote_surface_evas/remote_surface_mixed_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'screen_connector_remote_surface_evas/remote_surface_mixed_internal.h')
-rw-r--r--screen_connector_remote_surface_evas/remote_surface_mixed_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/screen_connector_remote_surface_evas/remote_surface_mixed_internal.h b/screen_connector_remote_surface_evas/remote_surface_mixed_internal.h
index 4041737..d8edad3 100644
--- a/screen_connector_remote_surface_evas/remote_surface_mixed_internal.h
+++ b/screen_connector_remote_surface_evas/remote_surface_mixed_internal.h
@@ -44,12 +44,14 @@ class RemoteSurfaceMixed : public RemoteSurface {
int pid) override;
void OnBufferChanged(int type, std::shared_ptr<WlBuffer> tbm, int fd,
uint32_t size, uint32_t time) override;
+ void ForceToUpdateWatcher();
private:
IWatcherEvent* listener_;
std::unique_ptr<WatcherImage> img_tbm_;
std::unique_ptr<WatcherImage> img_file_;
std::shared_ptr<EvasObject> viewer_win_;
+ bool is_file_;
};
} // namespace screen_connector