src/gui.h

changeset 461
fbcc91ae1dd2
parent 455
c5d14d112034
child 480
ee5a4c5d4461
equal deleted inserted replaced
460:b230ae09c8e5 461:fbcc91ae1dd2
44 44
45 // ============================================================================= 45 // =============================================================================
46 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 46 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
47 // ============================================================================= 47 // =============================================================================
48 #define DEFINE_ACTION(NAME, DEFSHORTCUT) \ 48 #define DEFINE_ACTION(NAME, DEFSHORTCUT) \
49 cfg (keyseq, key_##NAME, DEFSHORTCUT); \ 49 cfg (KeySequence, key_##NAME, DEFSHORTCUT); \
50 void actiondef_##NAME() 50 void actiondef_##NAME()
51 51
52 #define ACTION(N) g_win->action##N() 52 #define ACTION(N) g_win->action##N()
53 53
54 // Convenience macros for key sequences. 54 // Convenience macros for key sequences.

mercurial