diff options
| author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-12 13:34:52 +0000 |
|---|---|---|
| committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-12 13:34:52 +0000 |
| commit | 361c3c94c311b2914dd91c70480d8341db7f70c0 (patch) | |
| tree | f1e7294c97a0339b96b31e91fd0afb7c41126db0 /ChangeLog | |
| parent | d62d8d9feaf027ffa359be07fa4b400da3648940 (diff) | |
sys/ximage/gstximagesrc.c: Initialise variables when opening the X display rather than in _start(), as the display ca...
Original commit message from CVS:
* sys/ximage/gstximagesrc.c:
Initialise variables when opening the X display rather
than in _start(), as the display can be opened before that.
Fixes: #515985
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-02-12 Jan Schmidt <jan.schmidt@sun.com> + + * sys/ximage/gstximagesrc.c: + Initialise variables when opening the X display rather + than in _start(), as the display can be opened before that. + + Fixes: #515985 + 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org> * sys/directdraw/gstdirectdrawsink.c: |
