One more update to previous two commits. Forgot a '#include'.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 7 Jun 2021 22:11:25 +0000 (15:11 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 7 Jun 2021 22:11:25 +0000 (15:11 -0700)
hacks/WolframAutomata/screenshot_notes.md

index 8bd6356..b33ed16 100644 (file)
@@ -5,6 +5,10 @@ ImageMagick.
 First, to generate an XPM screenshot on each frame, make the following code
 modifications to `WolframAutomata.c`.
 
 First, to generate an XPM screenshot on each frame, make the following code
 modifications to `WolframAutomata.c`.
 
+Add to top of file:
+
+    #include <X11/xpm.h>
+
 Add to `struct state`:
 
     int framenumber;
 Add to `struct state`:
 
     int framenumber;