qt5_refresh_internal sandbox/mmajewski2/virgl-windows-maru
authorMateusz Majewski <m.majewski2@samsung.com>
Wed, 19 Feb 2025 07:35:36 +0000 (08:35 +0100)
committerMateusz Majewski <m.majewski2@samsung.com>
Fri, 28 Feb 2025 08:18:34 +0000 (09:18 +0100)
Change-Id: Ifdfc607fcfa9b6bd67ea0f1418a4829cf619af05

tizen/src/ui/qt5.c

index a9ff9553121fcbc7408b3efcdc07907e6de9cfc2..84095c4b68efee6acac9e44b58b5e752d5cfe287 100644 (file)
@@ -196,6 +196,7 @@ static void qt5_gl_refresh(DisplayChangeListener *dcl)
         qt5_gl_make_context_current_internal(con->ctx);
 
     graphic_hw_update(dcl->con);
+    qt5_refresh_internal();
     if (con->surface && !con->is_scanout && con->updated) {
         bool should_free;
         con->surface->texture = qt5_gl_refresh_internal(con->surface->texture, surface_width(con->surface), surface_height(con->surface), con->gen, &should_free);