--- freem/src/mwapi_window.h 2025/03/09 19:50:47 1.3 +++ freem/src/mwapi_window.h 2025/03/22 18:43:54 1.4 @@ -1,5 +1,5 @@ /* - * $Id: mwapi_window.h,v 1.3 2025/03/09 19:50:47 snw Exp $ + * $Id: mwapi_window.h,v 1.4 2025/03/22 18:43:54 snw Exp $ * mwapi window support * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: mwapi_window.h,v $ + * Revision 1.4 2025/03/22 18:43:54 snw + * Make STRLEN 255 chars and add BIGSTR macro for larger buffers + * * Revision 1.3 2025/03/09 19:50:47 snw * Second phase of REUSE compliance and header reformat * @@ -41,7 +44,7 @@ typedef struct mwapi_window { - char window_name[STRLEN]; + char window_name[255]; Widget *window; short win_visible;