1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Allow setting the WM_CLASS X window property as a configuration option

in saved sessions, so that a programmable window manager can
distinguish different PuTTYs/pterms on startup and assign them
different window management properties.

[originally from svn r9078]
This commit is contained in:
Simon Tatham
2011-01-15 11:39:44 +00:00
parent b570f28224
commit 7c61c07eb8
4 changed files with 20 additions and 0 deletions

View File

@ -626,6 +626,7 @@ struct config_tag {
FontSpec wideboldfont;
int shadowboldoffset;
int crhaslf;
char winclass[256];
};
/*