added code to handle initial width update
[xboard.git] / xboard.c
index 3fbb9c4..b0cd524 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -3273,6 +3273,11 @@ ResetFrontEnd()
     return;
 }
 
+void NotifyFrontendLogin()
+{
+       // placeholder
+}
+
 typedef struct {
     char *name;
     Boolean value;