diff options
author | Benjamin Otte <otte@redhat.com> | 2016-11-13 21:08:34 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-11-15 17:48:45 +0100 |
commit | da207c9fdd1653923ce718dcb58480eaba9234cb (patch) | |
tree | f6577dbf79d01bce95bb9fe019aaead0e2d0591d /gtk/gtkbutton.c | |
parent | 4e06d8f73c9eabd405ed32ec2e141715a8cca505 (diff) | |
download | gtk+-da207c9fdd1653923ce718dcb58480eaba9234cb.tar.gz |
snapshot: Add a snapshot function to GtkCssCustomGadget
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r-- | gtk/gtkbutton.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index 62b71090ca..f63a725cef 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -475,6 +475,7 @@ gtk_button_init (GtkButton *button) gtk_button_allocate, NULL, NULL, + NULL, NULL); } |