mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
yaft: use the neutrino framebuffer functions to blit
* do not allocate a buffer but use the backbuffer of the neutrino fb * use blit2FB to copy the terminal window onto the screen
This commit is contained in:
@@ -193,14 +193,12 @@ int YaFT::run(void)
|
||||
|
||||
/* normal exit */
|
||||
term_die(&term);
|
||||
fb_die(&fb);
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
/* error exit */
|
||||
tty_init_failed:
|
||||
term_die(&term);
|
||||
term_init_failed:
|
||||
fb_die(&fb);
|
||||
fb_init_failed:
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user