diff options
author | Benjamin Otte <otte@redhat.com> | 2018-03-31 21:02:28 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-04-05 14:56:38 +0200 |
commit | 169203951b1a338e0a7ef737238731619e5b8c4a (patch) | |
tree | 61eebf0a1f0a4b777e3ce58e779b2aa5fda31f63 /examples | |
parent | fc6de135fe30ad285c50267bc9d24e10135bcc2c (diff) | |
download | gtk+-169203951b1a338e0a7ef737238731619e5b8c4a.tar.gz |
widget: Remove clip from size-allocate vfunc
As the clip is no longer needed, get rid of it.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/drawing.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/drawing.c b/examples/drawing.c index c5b0f65d9c..7bf1bb688e 100644 --- a/examples/drawing.c +++ b/examples/drawing.c @@ -21,7 +21,6 @@ static void size_allocate_cb (GtkWidget *widget, GtkAllocation *alloc, int baseline, - GdkRectangle *clip, gpointer data) { if (surface) |