opengl upgrade to 4.3 for masks, mask function/layout rework, make_shader rework
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / shuttle.sed
1 :n1 # just if these
2 s/^#ifdef XK_MISCELLANY\>.*//p; t n2
3 s/^#ifdef XK_XKB_KEYS\>.*//p; t n2
4 s/^#ifdef XK_LATIN1\>.*//p; t n2
5 n; b n1
6 :n2 # until endif
7 s/^#endif\>.*//p; t n1
8 s/^#define \([^[:space:]]*\).*$/{ "\1", \1 }, /p
9 n; b n2