From c60a23d99f62a0ceb9cfb515a84ba9c16e397a6e Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Tue, 19 Jan 2016 19:57:15 -0500
Subject: [PATCH] add gui_x for sending hex value inside an array to the gui.
 Not sure if this is really necessary, but it makes it easy to send a list of
 open windows for one of the extant interfaces

---
 pd/src/m_pd.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pd/src/m_pd.h b/pd/src/m_pd.h
index 0671dba36..9ba520b00 100644
--- a/pd/src/m_pd.h
+++ b/pd/src/m_pd.h
@@ -675,6 +675,7 @@ EXTERN void gui_start_array(void);
 EXTERN void gui_f(t_float f); /* send a float element in an array */
 EXTERN void gui_i(int i);     /* send an int element in an array */
 EXTERN void gui_s(const char *s); /* send a string element in an array */
+EXTERN void gui_x(long unsigned int i);
 EXTERN void gui_end_array(void);
 EXTERN void gui_end_vmess(void);
 
-- 
GitLab