mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make icon file name OS helper function
This way we can load the correct icon on the Mac without ugly hacks in the OS independent code. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a8676438a7
commit
565736a471
5 changed files with 34 additions and 10 deletions
|
@ -33,6 +33,7 @@ extern const void *subsurface_get_conf(char *name, pref_type_t type);
|
|||
extern void subsurface_close_conf(void);
|
||||
|
||||
extern const char *subsurface_USB_name(void);
|
||||
extern const char *subsurface_icon_name(void);
|
||||
|
||||
extern visible_cols_t visible_cols;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue