summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-gtk2.c
blob: 6bd80e5094391f10e03abeb24d6c02953ba74a2c (plain)
1
2
3
4
5
6
7
8
9
10
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#include <gtk/gtk.h>
#pragma GCC diagnostic error "-Wstrict-prototypes"

int main(int argc, char *argv[])
{
	gtk_init(&argc, &argv);

        return 0;
}
patch) treeec6ed90dbf0a2537a57ed5c29b3fd01da8295061 /drivers parent52b679f60e2a68af88411f12318675a2424a0e14 (diff)parente8fe4f4b2b7b93048729538321c681c0cff33b39 (diff)
Merge tag 'topic/vma-fix-for-4.10-2017-02-02' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes
here's Maarten's backport of the vma fixes for v4.10. * tag 'topic/vma-fix-for-4.10-2017-02-02' of git://anongit.freedesktop.org/git/drm-intel: drm/i915: Track pinned vma in intel_plane_state drm/atomic: Unconditionally call prepare_fb.
Diffstat (limited to 'drivers')