diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-06-14 15:51:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 18:13:16 +0100 |
commit | 2a85038dd03463774fb787b655887297ec4f0a04 (patch) | |
tree | 4f317978246154b06e45caa896f8f4b788135410 /LICENSE | |
parent | 792fd3888592e780b0d64524b1be5c033ba356ae (diff) | |
download | poky-2a85038dd03463774fb787b655887297ec4f0a04.tar.gz |
directfb: fix client->gfx_state initialisation
Shortly before the DirectFB 1.7.7 release, an optimisation was added
to CoreGraphicsStateClient_Init() to avoid creating an extended
Graphics State object if it will not later be required:
4d422fb Client: Create extended Graphics State object when needed for later usage
Unfortunately the client->gfx_state variable used to track the
extended Graphics State object is not initialised, which can lead to
crashes etc due to creation of the Graphics State object erroneously
being skipped.
(From OE-Core rev: 7b4b67da33beff736dc0286ea24e3860480f9650)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions