summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorleo2011-09-01 21:55:05 +0000
committerleo2011-09-01 21:55:05 +0000
commit59621b8d522ac0cc6e47ec9888fec1e846d17eb8 (patch)
treebab3dfba97ee3a62e1c1c52f49425002e9e177ae /common
parent3b0e7077ffacb03cb2c75ff552637ce1a7154b9c (diff)
Merged several Linux UI fixes from the 0.76 branch.leocad-0.75
git-svn-id: http://svn.leocad.org/branches/leocad-0.75@983 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common')
-rw-r--r--common/minifig.h2
-rwxr-xr-xcommon/system.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/minifig.h b/common/minifig.h
index f18d4f0..a73b3fe 100644
--- a/common/minifig.h
+++ b/common/minifig.h
@@ -8,7 +8,7 @@
class PieceInfo;
-typedef enum LC_MFW_TYPES
+enum LC_MFW_TYPES
{
LC_MFW_HAT,
LC_MFW_HEAD,
diff --git a/common/system.h b/common/system.h
index 0010bc6..cd79b10 100755
--- a/common/system.h
+++ b/common/system.h
@@ -98,7 +98,7 @@ void SystemUpdateCategories(bool SearchOnly);
void SystemInit();
void SystemFinish();
-int SystemDoMessageBox(char* prompt, int nMode);
+int SystemDoMessageBox(const char* prompt, int nMode);
bool SystemDoDialog(int nMode, void* param);
void SystemDoPopupMenu(int nMenu, int x, int y);
void SystemDoWaitCursor(int nCode);