xserver/miext/sync
Adam Jackson 8449c8623d miext/sync: Fix needless ABI change
The initialized field was added in:

    commit 82f01ad786
    Author: Alex Goins <agoins@nvidia.com>
    Date:   Wed Apr 10 13:48:02 2019 -0500

        xsync: Add resource inside of SyncCreate, export SyncCreate

But it added this field not at the end of SyncObject. It may not have
been _usefully_ possible to create those from another extension prior to
that commit, but that's still an ABI-incompatible change.

(cherry picked from commit 194ba38728)
2019-08-21 14:50:13 -04:00
..
Makefile.am miext: Ensure xshmfence is only called when driver supports it 2013-11-23 22:06:19 -08:00
meson.build meson: Distribute more SDK headers 2018-04-02 13:42:08 -04:00
misync.c xsync: Add resource inside of SyncCreate, export SyncCreate 2019-08-13 14:53:55 -07:00
misync.h xsync: Add resource inside of SyncCreate, export SyncCreate 2019-08-13 14:53:55 -07:00
misyncfd.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
misyncfd.h miext: Ensure xshmfence is only called when driver supports it 2013-11-23 22:06:19 -08:00
misyncshm.c miext/sync: Handle libxshmfence API change 2013-12-02 12:57:11 -08:00
misyncshm.h miext: Ensure xshmfence is only called when driver supports it 2013-11-23 22:06:19 -08:00
misyncstr.h miext/sync: Fix needless ABI change 2019-08-21 14:50:13 -04:00