snapshot: Remove clip argument from gtk_snapshot_new()
authorBenjamin Otte <otte@redhat.com>
Fri, 30 Mar 2018 13:39:25 +0000 (15:39 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 5 Apr 2018 12:56:38 +0000 (14:56 +0200)
commite3a717363bd4898aa72db250b6ab5af68fae284b
tree0bf74baadf2796319d5a3a598fc74d9fe188a791
parent73650c6da2b6171d10633038f74088980e8a7fc7
snapshot: Remove clip argument from gtk_snapshot_new()

It's not used anymore. And anybody who wants to have a clip on a
newly created snapshot can achieve that using gtk_snapshot_push_clip().
12 files changed:
gtk/gtkcolorbutton.c
gtk/gtkcolorswatch.c
gtk/gtkcssimage.c
gtk/gtkiconview.c
gtk/gtkoverlay.c
gtk/gtksnapshot.c
gtk/gtksnapshot.h
gtk/gtkstack.c
gtk/gtktextutil.c
gtk/gtktreeview.c
gtk/gtkwidget.c
tests/testlist3.c