libgnt/libgnt

Bump our C standard to C17

14 months ago, Gary Kramlich
1cb23c87a22e
Bump our C standard to C17

Testing Done:
Compiled on Debian unstable. I didn't bother testing the other platforms and we verified this already in /r/2248.

Reviewed at https://reviews.imfreedom.org/r/2251/
programs = ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse', 'tree']
foreach prog : programs
executable(prog,
prog + '.c',
c_args : '-DSTANDALONE',
dependencies : [libgnt_dep, gobject, gmodule])
endforeach
shared_library('wm',
'wm.c',
name_prefix : '',
dependencies : [libgnt_dep, gobject, gmodule])