Remove the size_prepared callback, to test incremental display.
2005-01-04 Matthias Clasen <mclasen@redhat.com> * demos/testpixbuf.c (main): Remove the size_prepared callback, to test incremental display. (new_testrgb_window): Return the drawing area, not the window, since we want to queue draws on the drawing area.
This commit is contained in:
committed by
Matthias Clasen
parent
3a2cf4d9bd
commit
9b561cf218
@ -1,3 +1,10 @@
|
||||
2005-01-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* demos/testpixbuf.c (main): Remove the size_prepared callback,
|
||||
to test incremental display.
|
||||
(new_testrgb_window): Return the drawing area, not the window,
|
||||
since we want to queue draws on the drawing area.
|
||||
|
||||
2005-01-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* examples/*: Re-extract.
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2005-01-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* demos/testpixbuf.c (main): Remove the size_prepared callback,
|
||||
to test incremental display.
|
||||
(new_testrgb_window): Return the drawing area, not the window,
|
||||
since we want to queue draws on the drawing area.
|
||||
|
||||
2005-01-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* examples/*: Re-extract.
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2005-01-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* demos/testpixbuf.c (main): Remove the size_prepared callback,
|
||||
to test incremental display.
|
||||
(new_testrgb_window): Return the drawing area, not the window,
|
||||
since we want to queue draws on the drawing area.
|
||||
|
||||
2005-01-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* examples/*: Re-extract.
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2005-01-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* demos/testpixbuf.c (main): Remove the size_prepared callback,
|
||||
to test incremental display.
|
||||
(new_testrgb_window): Return the drawing area, not the window,
|
||||
since we want to queue draws on the drawing area.
|
||||
|
||||
2005-01-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* examples/*: Re-extract.
|
||||
|
||||
@ -427,7 +427,7 @@ new_testrgb_window (GdkPixbuf *pixbuf, gchar *title)
|
||||
|
||||
gtk_widget_show (window);
|
||||
|
||||
return window;
|
||||
return drawing_area;
|
||||
}
|
||||
|
||||
|
||||
@ -525,7 +525,7 @@ main (int argc, char **argv)
|
||||
|
||||
gtk_init (&argc, &argv);
|
||||
|
||||
gdk_rgb_set_verbose (TRUE);
|
||||
// gdk_rgb_set_verbose (TRUE);
|
||||
|
||||
gtk_widget_set_default_colormap (gdk_rgb_get_colormap ());
|
||||
|
||||
@ -611,8 +611,10 @@ main (int argc, char **argv)
|
||||
|
||||
status.buf = g_malloc (readlen);
|
||||
|
||||
#if 0
|
||||
g_signal_connect (pixbuf_loader, "size_prepared",
|
||||
G_CALLBACK (size_func), NULL);
|
||||
#endif
|
||||
|
||||
g_signal_connect (pixbuf_loader, "area_prepared",
|
||||
G_CALLBACK (progressive_prepared_callback),
|
||||
|
||||
Reference in New Issue
Block a user