diff options
author | H. Peter Anvin <hpa@zytor.com> | 2006-08-30 16:34:21 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2006-08-30 16:34:21 -0700 |
commit | 30bf0e1f5a912ea44d19e314fbc747bb15e40606 (patch) | |
tree | 1afacc4629f113edbd232bbd7b9d6fa1ed397c89 /com32/samples | |
parent | 32609c088fc52285bb567a0b57445dc2e1e0a6e2 (diff) | |
download | syslinux-elf-30bf0e1f5a912ea44d19e314fbc747bb15e40606.tar.gz syslinux-elf-30bf0e1f5a912ea44d19e314fbc747bb15e40606.tar.xz syslinux-elf-30bf0e1f5a912ea44d19e314fbc747bb15e40606.zip |
Better test of alpha blending (holy crap, it works!)
Diffstat (limited to 'com32/samples')
-rw-r--r-- | com32/samples/vesa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/samples/vesa.c b/com32/samples/vesa.c index faeb3b07..6d148ae6 100644 --- a/com32/samples/vesa.c +++ b/com32/samples/vesa.c @@ -12,6 +12,7 @@ int main(void) char attr_buf[16]; __vesacon_init(); + vesacon_load_background("stacy.png"); row = col = 0; |