diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-18 10:35:58 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-18 10:37:47 +0100 |
commit | 0433c1a027181028c1bd21a9370497a76e1fedb2 (patch) | |
tree | f2a3e2a4bfb644586f3a9a93ac6ce0219c0a45bb /fastiv-view.c | |
parent | e045a35437b12d8f56cb644ec41d4eefaded0fce (diff) | |
download | fiv-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.c | 1 |
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. |