forked from KolibriOS/kolibrios
Fix my skins testtest and mursky: don't kpack dtp files.
git-svn-id: svn://kolibrios.org@7135 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2c778124e3
commit
51018dd2fd
@ -1,3 +1,3 @@
|
|||||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||||
tup.rule("mursky.dtp.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "mursky.dtp")
|
tup.rule("dtp.asm", 'fasm "%f" "%o" ', "%B")
|
||||||
tup.rule({"mursky.asm", extra_inputs = {"mursky.dtp"}}, 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "mursky.skn")
|
tup.rule({"mursky.asm", extra_inputs = {"dtp"}}, 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "mursky.skn")
|
||||||
|
@ -18,7 +18,7 @@ SKIN_PARAMS \
|
|||||||
bouter = 0x7c92a5: \ ; border outer color
|
bouter = 0x7c92a5: \ ; border outer color
|
||||||
bframe = 0xeaf0f5], \ ; border frame color
|
bframe = 0xeaf0f5], \ ; border frame color
|
||||||
\
|
\
|
||||||
dtp = 'mursky.dtp' ; dtp colors
|
dtp = 'dtp' ; dtp colors
|
||||||
|
|
||||||
SKIN_BUTTONS \
|
SKIN_BUTTONS \
|
||||||
close = [-23:2][20:20], \ ; buttons coordinates
|
close = [-23:2][20:20], \ ; buttons coordinates
|
||||||
@ -32,7 +32,7 @@ SKIN_BITMAPS \
|
|||||||
base active = bmp_base, \
|
base active = bmp_base, \
|
||||||
base inactive = bmp_base1
|
base inactive = bmp_base1
|
||||||
|
|
||||||
BITMAP bmp_left ,'active/left.bmp' ; skin bitmaps
|
BITMAP bmp_left ,'active/left.bmp'
|
||||||
BITMAP bmp_oper ,'active/oper.bmp'
|
BITMAP bmp_oper ,'active/oper.bmp'
|
||||||
BITMAP bmp_base ,'active/base.bmp'
|
BITMAP bmp_base ,'active/base.bmp'
|
||||||
BITMAP bmp_left1,'inactive/left.bmp'
|
BITMAP bmp_left1,'inactive/left.bmp'
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||||
tup.rule("testtest.dtp.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "testtest.dtp")
|
tup.rule("dtp.asm", 'fasm "%f" "%o"', "%B")
|
||||||
tup.rule({"testtest.asm", extra_inputs = {"testtest.dtp"}}, 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "testtest.skn")
|
tup.rule({"testtest.asm", extra_inputs = {"dtp"}}, 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "testtest.skn")
|
||||||
|
@ -18,11 +18,11 @@ SKIN_PARAMS \
|
|||||||
bouter = 0x00ff00: \ ; border outer color
|
bouter = 0x00ff00: \ ; border outer color
|
||||||
bframe = 0xff0000], \ ; border frame color
|
bframe = 0xff0000], \ ; border frame color
|
||||||
\
|
\
|
||||||
dtp = 'testtest.dtp' ; dtp colors
|
dtp = 'dtp' ; dtp colors
|
||||||
|
|
||||||
SKIN_BUTTONS \
|
SKIN_BUTTONS \
|
||||||
close = [-23:2][20:107], \ ; buttons coordinates
|
close = [-23:2][20:107], \ ; buttons coordinates
|
||||||
minimize = [-43:2][20:107] ; [left:top][width:height]
|
minimize = [-43:2][20:107] ; [left:top][width:height]
|
||||||
|
|
||||||
SKIN_BITMAPS \
|
SKIN_BITMAPS \
|
||||||
left active = bmp_left, \ ; skin bitmaps pointers
|
left active = bmp_left, \ ; skin bitmaps pointers
|
||||||
@ -32,9 +32,9 @@ SKIN_BITMAPS \
|
|||||||
base active = bmp_base, \
|
base active = bmp_base, \
|
||||||
base inactive = bmp_base1
|
base inactive = bmp_base1
|
||||||
|
|
||||||
BITMAP bmp_left ,'active/left.bmp' ; skin bitmaps
|
BITMAP bmp_left , 'active/left.bmp'
|
||||||
BITMAP bmp_oper ,'active/oper.bmp'
|
BITMAP bmp_oper , 'active/oper.bmp'
|
||||||
BITMAP bmp_base ,'active/base.bmp'
|
BITMAP bmp_base , 'active/base.bmp'
|
||||||
BITMAP bmp_left1,'inactive/left.bmp'
|
BITMAP bmp_left1, 'inactive/left.bmp'
|
||||||
BITMAP bmp_oper1,'inactive/oper.bmp'
|
BITMAP bmp_oper1, 'inactive/oper.bmp'
|
||||||
BITMAP bmp_base1,'inactive/base.bmp'
|
BITMAP bmp_base1, 'inactive/base.bmp'
|
||||||
|
Loading…
Reference in New Issue
Block a user