1a1ff4b
--- src.x11/bitmaps/checksym.bm.orig	2019-04-15 16:27:54.000000000 -0600
1a1ff4b
+++ src.x11/bitmaps/checksym.bm	2019-04-24 10:37:25.662595279 -0600
3a545f0
@@ -1,5 +1,5 @@
2b1b7ad
 #define checksym_width 12
2b1b7ad
 #define checksym_height 12
2b1b7ad
-static char checksym_bits[] = {
2b1b7ad
+static const char checksym_bits[] = {
2b1b7ad
    0x00, 0x00, 0x00, 0x04, 0x00, 0x06, 0x00, 0x03, 0x80, 0x01, 0xc0, 0x00,
2b1b7ad
    0x62, 0x00, 0x36, 0x00, 0x1c, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00};
1a1ff4b
--- src.x11/bitmaps/emptymk.bm.orig	2019-04-15 16:27:54.000000000 -0600
1a1ff4b
+++ src.x11/bitmaps/emptymk.bm	2019-04-24 10:37:25.674595249 -0600
82307f4
@@ -1,5 +1,5 @@
82307f4
 #define emptymk_width 12
82307f4
 #define emptymk_height 12
82307f4
-static char emptymk_bits[] = {
82307f4
+static const char emptymk_bits[] = {
82307f4
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
82307f4
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
1a1ff4b
--- src.x11/bitmaps/exmark.bm.orig	2019-04-15 16:27:54.000000000 -0600
1a1ff4b
+++ src.x11/bitmaps/exmark.bm	2019-04-24 10:37:25.675595247 -0600
82307f4
@@ -1,6 +1,6 @@
82307f4
 #define exmark_width 32
82307f4
 #define exmark_height 32
82307f4
-static char exmark_bits[] = {
82307f4
+static const char exmark_bits[] = {
82307f4
    0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0xc0, 0x01, 0x00,
82307f4
    0x00, 0x60, 0x03, 0x00, 0x00, 0x60, 0x03, 0x00, 0x00, 0x30, 0x06, 0x00,
82307f4
    0x00, 0x30, 0x06, 0x00, 0x00, 0x18, 0x0c, 0x00, 0x00, 0x18, 0x0c, 0x00,
1a1ff4b
--- src.x11/bitmaps/menusym.bm.orig	2019-04-15 16:27:54.000000000 -0600
1a1ff4b
+++ src.x11/bitmaps/menusym.bm	2019-04-24 10:37:25.675595247 -0600
82307f4
@@ -1,5 +1,5 @@
2b1b7ad
 #define menusym_width 12
2b1b7ad
 #define menusym_height 12
9625521
-static char menusym_bits[] = {
2b1b7ad
+static const char menusym_bits[] = {
2b1b7ad
    0xfe, 0x03, 0x02, 0x02, 0x02, 0x06, 0x72, 0x06, 0x02, 0x06, 0x72, 0x06,
2b1b7ad
    0x02, 0x06, 0x72, 0x06, 0x02, 0x06, 0x02, 0x06, 0xfe, 0x07, 0xf8, 0x07};
1a1ff4b
--- src.x11/bitmaps/return.bm.orig	2019-04-15 16:27:54.000000000 -0600
1a1ff4b
+++ src.x11/bitmaps/return.bm	2019-04-24 10:37:25.675595247 -0600
82307f4
@@ -1,5 +1,5 @@
82307f4
 #define return_width 9
82307f4
 #define return_height 7
82307f4
-static char return_bits[] = {
82307f4
+static const char return_bits[] = {
82307f4
    0x00, 0x00, 0x44, 0x00, 0x42, 0x00, 0x7d, 0x00, 0x02, 0x00, 0x04, 0x00,
82307f4
    0x00, 0x00};
1a1ff4b
--- src.x11/gapgraph.c.orig	2019-04-15 16:27:54.000000000 -0600
1a1ff4b
+++ src.x11/gapgraph.c	2019-04-24 10:37:25.676595245 -0600
2b1b7ad
@@ -121,6 +121,7 @@ static void GapGraphDestroy ( Widget w )
2b1b7ad
 }
2b1b7ad
 
2b1b7ad
 
2b1b7ad
+#if 0
2b1b7ad
 /****************************************************************************
2b1b7ad
 **
2b1b7ad
 *F  GapGraphResize( <w> ) . . . . . . . . . . . . . .  ignore resize requests
2b1b7ad
@@ -132,6 +133,7 @@ static void GapGraphResize ( Widget w )
2b1b7ad
     gap->core.width  = gap->gap_graphic.width;
2b1b7ad
     gap->core.height = gap->gap_graphic.height;
2b1b7ad
 }
2b1b7ad
+#endif
2b1b7ad
 
2b1b7ad
 
2b1b7ad
 /****************************************************************************
1a1ff4b
--- src.x11/pty.c.orig	2019-04-15 16:27:54.000000000 -0600
1a1ff4b
+++ src.x11/pty.c	2019-04-24 10:37:25.677595242 -0600
1a1ff4b
@@ -1295,7 +1295,7 @@ int StartGapProcess ( name, argv )
3a545f0
     String          argv[];
82307f4
 {
3a545f0
     Int             j;       /* loop variables                  */
3a545f0
-    char            c[8];    /* buffer for communication        */
3a545f0
+    char            c[10];   /* buffer for communication        */
3a545f0
     int             master;  /* pipe to GAP                     */
3a545f0
     int             n;       /* return value of 'select'        */
3a545f0
     int             slave;   /* pipe from GAP                   */