From cbc1db3081e43c930b06a21fb16e41ccbbde8eec Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Thu, 6 Sep 2018 01:25:14 +0000 Subject: [PATCH] Update JoeyLib Static Image Functions --- JoeyLib-Static-Image-Functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JoeyLib-Static-Image-Functions.md b/JoeyLib-Static-Image-Functions.md index a8d3e40..1b395fa 100644 --- a/JoeyLib-Static-Image-Functions.md +++ b/JoeyLib-Static-Image-Functions.md @@ -2,13 +2,13 @@ ```c bool jlStaCopy(jlStaT source, jlStaT target); ``` -*(Note: This prototype isn't entirely accurate. No pointer crazyness is needed to pass the images into this function.)* Copies one loaded image to another. Memory allocation is handled for you. +*(Note: This prototype isn't entirely accurate. No pointer crazyness is needed to pass the images into this function.)* Copies one loaded image to another. Memory allocation is handled for you. Returns `true` on success, otherwise `false`. #### jlStaCreate ```c bool jlStaCreate(jlStaT sta); ``` -*(Note: This prototype isn't entirely accurate. No pointer crazyness is needed to pass the image into this function.)* Creates a new static image from the current contents of the back buffer. Memory allocation is handled for you. Useful for special effects or taking screen shots. +*(Note: This prototype isn't entirely accurate. No pointer crazyness is needed to pass the image into this function.)* Creates a new static image from the current contents of the back buffer. Returns `true` on success, otherwise `false`. Memory allocation is handled for you. Useful for special effects or taking screen shots. #### jlStaDisplay ```c