Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/sdl2: security upgrade to 2.0.10 | Leo | 2019-07-26 | 1 | -11/+0 |
| | | | | closes #10341 | ||||
* | main/sdl2: fix include of directfb in header | Natanael Copa | 2017-11-22 | 1 | -0/+27 |
we need to include the directfb.h outside extern "C" because it includes c++ headers, or we will have an error: template with C linkage when compiling gource. similar to this issue here: https://github.com/msgpack/msgpack-c/issues/551 |