Skip to content

Commit

Permalink
rebase gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
ringlej committed Oct 6, 2023
1 parent 997e77c commit 06a00a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/device/cairo/cairo_gtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,5 @@ void device_end_render(driver_data_t* p_data)
cairo_surface_flush(p_ctx->surface);
g_mutex_unlock(&g_cairo_gtk.render_mutex);

gtk_widget_queue_draw((GtkWidget*)g_cairo_gtk.window);
gdk_threads_add_idle((GSourceFunc)gtk_widget_queue_draw,(void*)g_cairo_gtk.window);
}

0 comments on commit 06a00a8

Please sign in to comment.