[gstreamer-bugs] [Bug 625001] [examples] Don't use GdkDraw/GdkGC
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jul 21 23:58:33 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=625001
GStreamer | gst-plugins-base | git
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2010-07-22 06:58:30 UTC ---
examples/seek/jsseek.c: gdk_draw_rectangle (window, style->black_gc, TRUE,
0, 0,
examples/seek/seek.c: gdk_draw_rectangle (window, style->black_gc, TRUE, 0,
0,
icles/test-xoverlay.c: gdk_draw_rectangle (widget->window,
widget->style->bg_gc[0], TRUE,
icles/test-xoverlay.c: gdk_draw_rectangle (widget->window,
widget->style->bg_gc[0], TRUE,
icles/test-xoverlay.c: gdk_draw_rectangle (window, style->bg_gc[0], TRUE,
icles/test-xoverlay.c: gdk_draw_rectangle (window, style->bg_gc[0], TRUE,
icles/test-xoverlay.c: gdk_draw_rectangle (window, style->bg_gc[0], TRUE,
icles/test-xoverlay.c: gdk_draw_rectangle (window, style->bg_gc[0], TRUE,
icles/test-colorkey.c: gdk_draw_rectangle (window, style->white_gc, TRUE, 0,
0,
icles/test-colorkey.c: gdk_draw_rectangle (window, trans_gc, TRUE, 0, 0,
allocation.width, h);
icles/test-colorkey.c: gdk_draw_point (window, trans_gc, x, y);
icles/test-colorkey.c:static GdkGC *trans_gc = NULL;
icles/test-colorkey.c: trans_gc = gdk_gc_new (window);
icles/test-colorkey.c: gdk_gc_set_rgb_fg_color (trans_gc,
&trans_color);
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list