Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
1151abbd
Commit
1151abbd
authored
Jun 08, 2011
by
Alexandra Panyukova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying to read images less times in bootloader
parent
be2332d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
menu.inc
components/bootloader/menu.inc
+12
-7
No files found.
components/bootloader/menu.inc
View file @
1151abbd
...
...
@@ -204,12 +204,16 @@
%
(
)
==
>
(
)
%
/
main
.
drawmenu
{
menu
.
text
.
normal
setcolor
-
18
3
rmoveto
"menu_blue.jpg"
findfile
setimage
0
0
16
16
unpackimage
/
menu_blue
exch
def
"menu_gray.jpg"
findfile
setimage
18
-
3
rmoveto
/
font
.
selected
font
.
large
def
menu
.
text
.
normal
0
0
16
16
unpackimage
/
menu_gray
exch
def
menu
.
text
.
normal
setcolor
/
x
menu
.
start
.
x
def
/
y
menu
.
start
.
y
def
...
...
@@ -224,6 +228,7 @@
0
1
menu
.
visible
.
entries
1
sub
{
x
y
moveto
currentpoint
menu
.
bar
.
width
.
old
menu
.
bar
.
height
image
x
config
.
rtl
{
menu
.
bar
.
width
menu
.
text
.
xofs
sub
}
{
menu
.
text
.
xofs
}
ifelse
add
0
0
menu_gray
restorescreen
y
menu
.
text
.
yofs
add
moveto
menu
.
texts
exch
menu
.
shift
add
get
menuitemmap
currentfont
exch
font
.
large
setfont
show
.
rtl
setfont
...
...
@@ -271,14 +276,14 @@
menu
.
text
.
yofs
rmoveto
menu
.
status
{
-
18
3
rmoveto
"menu_blue.jpg"
findfile
setimage
menu_blue
restorescreen
18
-
3
rmoveto
/
font
.
selected
font
.
large
.
bold
def
menu
.
text
.
select
}
{
-
18
3
rmoveto
"menu_gray.jpg"
findfile
setimage
menu_gray
restorescreen
18
-
3
rmoveto
/
font
.
selected
font
.
large
def
menu
.
text
.
normal
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment