Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
d3f2cad
in mainline for
fb/fb.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-06-07T10:06:00Z (
19 years
ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn
,
master
,
serial
,
ticket/834-toolchain-update
,
topic/msim-upgrade
,
topic/simplify-dev-export
Children:
e8d77a4
Parents:
9e951acb
Message:
Better colors for ega.
Small updates to initialization code to use only async api.
File:
1 edited
fb/fb.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
fb/fb.c
r9e951acb
rd3f2cad
774
774
775
775
while (1) {
776
callid = async_get_call_timeout(&call,250000);
776
if (vport->cursor_shown)
777
callid = async_get_call_timeout(&call,250000);
778
else
779
callid = async_get_call(&call);
780
777
781
if (!callid) {
778
782
cursor_blink(vp);
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive