aboutsummaryrefslogtreecommitdiff
path: root/fastiv-view.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-18 10:35:58 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-18 10:37:47 +0100
commit0433c1a027181028c1bd21a9370497a76e1fedb2 (patch)
treef2a3e2a4bfb644586f3a9a93ac6ce0219c0a45bb /fastiv-view.c
parente045a35437b12d8f56cb644ec41d4eefaded0fce (diff)
downloadfiv-0433c1a027181028c1bd21a9370497a76e1fedb2.tar.gz
fiv-0433c1a027181028c1bd21a9370497a76e1fedb2.tar.xz
fiv-0433c1a027181028c1bd21a9370497a76e1fedb2.zip
Add a sidebar with places
It happens to fix an issue with scroll offset resets in the browser. Otherwise, it's very much WIP.
Diffstat (limited to 'fastiv-view.c')
-rw-r--r--fastiv-view.c1
1 files changed, 1 insertions, 0 deletions
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.