mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 12:21:17 +00:00
Add FIXME comment
This commit is contained in:
parent
b5caf22bdb
commit
35c11f13ab
1 changed files with 1 additions and 0 deletions
|
@ -414,6 +414,7 @@ class TimelineWidget (gtk.DrawingArea):
|
|||
self.__redraw ()
|
||||
|
||||
gc = gtk.gdk.GC (self.window)
|
||||
# FIXME: Accept a subregion here to speed up partial expose.
|
||||
self.window.draw_drawable (gc, self.__offscreen, 0, 0, 0, 0, -1, -1)
|
||||
self.__draw_position (self.window)
|
||||
|
||||
|
|
Loading…
Reference in a new issue