[gtk+/gtk-3-10] pixbuf-demo: don't lock the window size
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-10] pixbuf-demo: don't lock the window size
- Date: Sun, 6 Apr 2014 03:42:12 +0000 (UTC)
commit e4d551766baee3fa6729adafcd4a6b2a241a359f
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]