diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-05-18 13:08:07 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-05-18 15:09:18 +0200 |
| commit | 7ffbf62469d1ed3bc82f0cf56d91b3ebef7b7338 (patch) | |
| tree | 96baa23d81a49bf9c67cda0f0668be5f8f02c20b /vis.h | |
| parent | 0cb6e49b796881cbb8b754051eae10a7151ebd99 (diff) | |
| download | vis-7ffbf62469d1ed3bc82f0cf56d91b3ebef7b7338.tar.gz vis-7ffbf62469d1ed3bc82f0cf56d91b3ebef7b7338.tar.xz | |
vis: add #define for VIS_MENU
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -13,6 +13,17 @@ typedef struct Win Win; #include "view.h" #include "text-regex.h" +/* simplify utility renames by distribution packagers */ +#ifndef VIS_MENU +#define VIS_MENU "vis-menu" +#endif +#ifndef VIS_OPEN +#define VIS_OPEN "vis-open" +#endif +#ifndef VIS_CLIPBOARD +#define VIS_CLIPBOARD "vis-clipboard" +#endif + typedef struct { void (*vis_init)(Vis*); void (*vis_start)(Vis*); |
