code: drawterm

Download patch

ref: 375b0049f0549cd584cae8b1f4ea2d5453fb907e
parent: c5cba49d48149da2467326f0f2cfcd8bcbbee729
author: Jacob Moody <moody@posixcafe.org>
date: Tue Oct 12 05:19:40 EDT 2021

remove misplaced 'static'

--- a/gui-wl/wl-util.c
+++ b/gui-wl/wl-util.c
@@ -112,7 +112,7 @@
 	wl->cursorbuffer = wl_shm_pool_create_buffer(wl->pool, size, 16, 16, 16*4, WL_SHM_FORMAT_ARGB8888);
 }
 
-static enum {
+enum {
 	White = 0xFFFFFFFF,
 	Black = 0xFF000000,
 	Green = 0xFF00FF00,