From 0433c1a027181028c1bd21a9370497a76e1fedb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 18 Nov 2021 10:35:58 +0100 Subject: Add a sidebar with places It happens to fix an issue with scroll offset resets in the browser. Otherwise, it's very much WIP. --- fastiv-view.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fastiv-view.c') diff --git a/fastiv-view.c b/fastiv-view.c index b7be9cd..602e4e5 100644 --- a/fastiv-view.c +++ b/fastiv-view.c @@ -198,6 +198,7 @@ fastiv_view_realize(GtkWidget *widget) #ifdef GDK_WINDOWING_X11 // FIXME: This causes some flicker while scrolling, because it disables // double buffering, see: https://gitlab.gnome.org/GNOME/gtk/-/issues/2560 + // FIXME: It also breaks Tab-switching at the start of program. // // If GTK+'s OpenGL integration fails to deliver, we need to use the window // directly, sidestepping the toolkit entirely. -- cgit v1.2.3