aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/macwindowmanager.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-03 23:39:10 +0200
committerEugene Sandulenko2016-08-03 23:39:10 +0200
commit0cccd0ddd1d53b7d16e47a5b2d8ca62c87d992f4 (patch)
treec9c0be62f06ba7b5f7bebc69722a250a69e2203f /graphics/macgui/macwindowmanager.h
parent7c12e80552af036d8029b6fc197403e25a879e66 (diff)
downloadscummvm-rg350-0cccd0ddd1d53b7d16e47a5b2d8ca62c87d992f4.tar.gz
scummvm-rg350-0cccd0ddd1d53b7d16e47a5b2d8ca62c87d992f4.tar.bz2
scummvm-rg350-0cccd0ddd1d53b7d16e47a5b2d8ca62c87d992f4.zip
GRAPHICS/WAGE: Made MacWindowManager font maping requiring font size
Diffstat (limited to 'graphics/macgui/macwindowmanager.h')
-rw-r--r--graphics/macgui/macwindowmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/macgui/macwindowmanager.h b/graphics/macgui/macwindowmanager.h
index 3c1d89ddde..cb432d9699 100644
--- a/graphics/macgui/macwindowmanager.h
+++ b/graphics/macgui/macwindowmanager.h
@@ -118,9 +118,10 @@ public:
/**
* Return font name from standard ID
* @param id ID of the font
+ * @param size size of the font
* @return the font name or NULL if ID goes beyond the mapping
*/
- const char *getFontName(int id);
+ const char *getFontName(int id, int size);
/**
* Create a window with the given parameters.