mpv/waftools/fragments/xf86xk.c

7 lines
95 B
C

#include <X11/XF86keysym.h>
int main(int argc, char **argv)
{
return XF86XK_AudioPause;
}