aboutsummaryrefslogtreecommitdiff
path: root/fiv-view.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-07-27 08:43:39 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-07-27 08:43:56 +0200
commit192ffa0de914a102003664e987b7acf07aa954a9 (patch)
tree0c5f2e78c27964c2f5a0ce7f8dd61d62b7483eb1 /fiv-view.c
parentbac9fce4e0619d39bb7535610b60e7f4104ed026 (diff)
downloadfiv-192ffa0de914a102003664e987b7acf07aa954a9.tar.gz
fiv-192ffa0de914a102003664e987b7acf07aa954a9.tar.xz
fiv-192ffa0de914a102003664e987b7acf07aa954a9.zip
Update a comment
Diffstat (limited to 'fiv-view.c')
-rw-r--r--fiv-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fiv-view.c b/fiv-view.c
index 911e249..cd3cc51 100644
--- a/fiv-view.c
+++ b/fiv-view.c
@@ -962,6 +962,8 @@ gl_draw(FivView *self, cairo_t *cr)
// XXX: Native GdkWindows send this to the software fallback path.
// XXX: This only reliably alpha blends when using the software fallback,
// such as with a native window, because 7237f5d in GTK+ 3 is a regression.
+ // (Introduced in 3.24.39, reverted in 3.24.42.)
+ //
// We had to resort to rendering the checkerboard pattern in the shader.
// Unfortunately, it is hard to retrieve the theme colours from CSS.
GdkWindow *window = gtk_widget_get_window(GTK_WIDGET(self));