summaryrefslogtreecommitdiff
path: root/tizen/src/ui/qt5_supplement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tizen/src/ui/qt5_supplement.cpp')
-rw-r--r--tizen/src/ui/qt5_supplement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tizen/src/ui/qt5_supplement.cpp b/tizen/src/ui/qt5_supplement.cpp
index 4ae6a2b43b..ba7091f89a 100644
--- a/tizen/src/ui/qt5_supplement.cpp
+++ b/tizen/src/ui/qt5_supplement.cpp
@@ -594,9 +594,9 @@ void qt5_process_captured(bool captured, void *pixels, int width, int height)
}
}
-void qt5_update_texture(unsigned int tex_id)
+void qt5_update_texture(void *dpy_item)
{
if (mainwindow) {
- mainwindow->updateTexture(tex_id);
+ mainwindow->updateTexture(dpy_item);
}
}