magic/plot
Sean Cross 1e7da74672 rename Region to ExtRegion
On Macos, Tk includes X11, which has this define:

    #if !defined(MAC_OSX_TK)
    #   include <X11/X.h>
    #endif
    #ifdef MAC_OSX_TK
    #   include <X11/X.h>
    #   define Cursor XCursor
    #   define Region XRegion
    #endif

This causes the keywords `Cursor` and `Region` to be reserved, which
prevents magic from building.

Rename `Region` to `ExtRegion` as suggested by @RTimothyEdwards in
https://github.com/RTimothyEdwards/magic/issues/195#issuecomment-1298870983
and https://github.com/RTimothyEdwards/magic/pull/222#pullrequestreview-1334900670

Signed-off-by: Sean Cross <sean@xobs.io>
2023-03-10 11:07:55 -05:00
..
Makefile Implemented a new configuration variable "dist_prefix" for 2020-01-28 10:40:01 -05:00
plot.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
plotCmd.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
plotGremln.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
plotHP.c Fix clang unsequenced modification warning 2023-01-08 13:10:28 -05:00
plotInt.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
plotMain.c Fixed a minor error in the plot command that is missing a value 2021-02-23 09:58:52 -05:00
plotPNM.c rename Region to ExtRegion 2023-03-10 11:07:55 -05:00
plotPS.c Remove spurious ; from PlotPS() 2023-01-16 16:00:56 +11:00
plotPixels.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
plotRutils.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
plotVers.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
tclplot.c Rewrote the configuration scripts, makefiles, and some initialization 2017-10-13 10:28:07 -04:00