Skip to content

Instantly share code, notes, and snippets.

@yusukemihara
yusukemihara / accellarator.c
Created October 17, 2012 02:39
sample of gtk+2.0-2.24 bug accelerator ignore modifier key
#if 0
#!/bin/bash
src=$0
obj=${src%.*}
gcc -g -Wl,--no-as-needed `pkg-config --cflags --libs glib-2.0 gtk+-2.0 gmodule-2.0` -o $obj $src
$obj
exit
#endif
#include <stdio.h>