From 2f843319cf36f8535adcc32eb9d207074bc417a3 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Mon, 7 Jun 2021 15:10:09 -0700 Subject: [PATCH] Added additional note to previous commit. Forgot to mention linker flags. --- hacks/WolframAutomata/screenshot_notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hacks/WolframAutomata/screenshot_notes.md b/hacks/WolframAutomata/screenshot_notes.md index 61cdbd4..8bd6356 100644 --- a/hacks/WolframAutomata/screenshot_notes.md +++ b/hacks/WolframAutomata/screenshot_notes.md @@ -25,6 +25,8 @@ In `WolframAutomata_draw()`, toward the end, right before returning: state->framenumber++; XFreePixmap(state->dpy, temp); +Now recompile after adding `-lXpm` to the linker flags in the `Makefile`. + Deleting every other frame had negligible visual impact, so all odd number frames were deleted to shrink file size of the resulting animation. -- 2.20.1