add classic theme option to Makefile.pl
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@664 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
77f2ae8fd6
commit
d95939b23c
5 changed files with 57 additions and 33 deletions
|
|
@ -500,7 +500,7 @@ static void set_boldfont(MwWidget handle) {
|
|||
void MwSetDefault(MwWidget handle) {
|
||||
MwLLSetCursor(handle->lowlevel, &MwCursorDefault, &MwCursorDefaultMask);
|
||||
|
||||
#ifdef MW_CLASSIC_THEME
|
||||
#ifdef USE_CLASSIC_THEME
|
||||
inherit_integer(handle, MwNmodernLook, 0);
|
||||
#else
|
||||
inherit_integer(handle, MwNmodernLook, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue