summaryrefslogtreecommitdiff
path: root/src/gui/skin.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-03-11 21:46:22 -0600
committerIra Rice <irarice@gmail.com>2009-03-11 21:46:22 -0600
commit5b1e2aae6391edc99425ed7671d59eddd774212e (patch)
tree6476cd0fdad6ebf41c3e65ad1c44c80e688a39cd /src/gui/skin.h
parentc410a861fddc7829408d687e61c67c6101555067 (diff)
downloadmana-client-5b1e2aae6391edc99425ed7671d59eddd774212e.tar.gz
mana-client-5b1e2aae6391edc99425ed7671d59eddd774212e.tar.bz2
mana-client-5b1e2aae6391edc99425ed7671d59eddd774212e.tar.xz
mana-client-5b1e2aae6391edc99425ed7671d59eddd774212e.zip
Enforce minimum widths and heights to be at least as big as the minumum
width and height for the skin used. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/skin.h')
-rw-r--r--src/gui/skin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/skin.h b/src/gui/skin.h
index b7e70330..b8a1242e 100644
--- a/src/gui/skin.h
+++ b/src/gui/skin.h
@@ -60,12 +60,12 @@ class Skin
/**
* Returns the minimum width which can be used with this skin.
*/
- int getMinWidth();
+ unsigned int getMinWidth();
/**
* Returns the minimum height which can be used with this skin.
*/
- int getMinHeight();
+ unsigned int getMinHeight();
int instances;