projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f02caf
)
widget: Use priv pointer directly
author
Timm Bäder
<mail@baedert.org>
Sat, 14 Apr 2018 15:57:15 +0000
(17:57 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sun, 15 Apr 2018 15:12:01 +0000
(17:12 +0200)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index ed33db463ba768c45f3fd1ccaf69a9b6e6fb60d0..0da5599f2485c5e1dbd34905eee25561fdab86f3 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-13312,7
+13312,7
@@
gtk_widget_snapshot (GtkWidget *widget,
return;
}
- opacity =
widget->
priv->alpha / 255.0;
+ opacity = priv->alpha / 255.0;
if (opacity <= 0.0)
return;