Revision | d4912e21fe57e262d4dc7250a42ffaca198491f3 (tree) |
---|---|
Time | 2022-10-08 20:22:25 |
Author | phabrics <phabrics@cran...> |
Commiter | phabrics |
Minor distribution fixes.
@@ -30,7 +30,7 @@ BUILT_SOURCES = $(noinst_SCRIPTS:.sh=.c) | ||
30 | 30 | |
31 | 31 | CLEANFILES = $(noinst_SCRIPTS) $(BUILT_SOURCES) |
32 | 32 | |
33 | -EXTRA_DIST = $(CLEANFILES) $(noinst_SCRIPTS:.sh=.m4) | |
33 | +EXTRA_DIST = $(CLEANFILES) $(noinst_SCRIPTS:.sh=.m4) fb-xlat-auto.pl | |
34 | 34 | |
35 | 35 | # default rule for regenerating the portable shell scripts from m4 descriptions |
36 | 36 | $(noinst_SCRIPTS): %.sh: %.m4 |
@@ -36,6 +36,8 @@ | ||
36 | 36 | /* includes: */ |
37 | 37 | #include "display.h" |
38 | 38 | |
39 | +struct tme_display *(*_tme_display_get) _TME_P((void *)); | |
40 | + | |
39 | 41 | static int |
40 | 42 | _tme_screen_update(struct tme_screen *screen) { |
41 | 43 | struct tme_fb_connection *conn_fb; |
@@ -186,7 +186,7 @@ _tme_scanline_pad(int bpl) | ||
186 | 186 | return (8); |
187 | 187 | } |
188 | 188 | |
189 | -struct tme_display *(*_tme_display_get) _TME_P((void *)); | |
189 | +extern struct tme_display *(*_tme_display_get) _TME_P((void *)); | |
190 | 190 | struct tme_screen *_tme_screen_add _TME_P((struct tme_display *, |
191 | 191 | size_t, |
192 | 192 | struct tme_connection *)); |