diff options
author | Victor Kareh <[email protected]> | 2024-04-17 14:46:32 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2024-04-17 14:46:32 -0400 |
commit | ecdbd1b8a06a824b9314d58e174902679e6a1922 (patch) | |
tree | 228fa6ea4734ba37603f65eccad9e241af4cf860 /src/terminal-app.h | |
parent | 8634b87ff36933acf072393486a422670330f7e7 (diff) | |
download | mate-terminal-ecdbd1b8a06a824b9314d58e174902679e6a1922.tar.bz2 mate-terminal-ecdbd1b8a06a824b9314d58e174902679e6a1922.tar.xz |
options: Re-introduce the icon optionwindow-icon-option
Since profiles do not provide a way of setting the window icon, we
re-introduce the --icon option to allow the window instance to report an
icon programmatically.
Fixes https://github.com/mate-desktop/mate-terminal/issues/246
Closes https://github.com/mate-desktop/mate-terminal/issues/62
Diffstat (limited to 'src/terminal-app.h')
-rw-r--r-- | src/terminal-app.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/terminal-app.h b/src/terminal-app.h index aeaca4c..ebb78c1 100644 --- a/src/terminal-app.h +++ b/src/terminal-app.h @@ -43,6 +43,7 @@ G_BEGIN_DECLS #define TERMINAL_CONFIG_WINDOW_PROP_ACTIVE_TAB "ActiveTerminal" #define TERMINAL_CONFIG_WINDOW_PROP_FULLSCREEN "Fullscreen" #define TERMINAL_CONFIG_WINDOW_PROP_GEOMETRY "Geometry" +#define TERMINAL_CONFIG_WINDOW_PROP_ICON "Icon" #define TERMINAL_CONFIG_WINDOW_PROP_MAXIMIZED "Maximized" #define TERMINAL_CONFIG_WINDOW_PROP_MENUBAR_VISIBLE "MenubarVisible" #define TERMINAL_CONFIG_WINDOW_PROP_ROLE "Role" |