[gtk+] pixbuf-demo: don't lock the window size
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] pixbuf-demo: don't lock the window size
- Date: Tue, 25 Feb 2014 23:04:42 +0000 (UTC)
commit d5196ded2fe0da9831a2d002250911fdeee62d83
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Tue Feb 25 22:18:28 2014 +0100
pixbuf-demo: don't lock the window size
What's the use of an animation demo, if you can interactively
resize it and show off how cool is your window system handling
updates?
https://bugzilla.gnome.org/show_bug.cgi?id=725172
demos/pixbuf-demo/pixbuf-demo.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/demos/pixbuf-demo/pixbuf-demo.c b/demos/pixbuf-demo/pixbuf-demo.c
index fc8027e..a48eafe 100644
--- a/demos/pixbuf-demo/pixbuf-demo.c
+++ b/demos/pixbuf-demo/pixbuf-demo.c
@@ -195,7 +195,6 @@ main (int argc, char **argv)
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_widget_set_size_request (window, back_width, back_height);
- gtk_window_set_resizable (GTK_WINDOW (window), FALSE);
g_signal_connect (window, "destroy",
G_CALLBACK (destroy_cb), NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]