Allow setting the WM_CLASS X window property as a configuration option
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 0d14c50..9fddcae 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -626,6 +626,7 @@ struct config_tag {
     FontSpec wideboldfont;
     int shadowboldoffset;
     int crhaslf;
+    char winclass[256];
 };
 
 /*