From b518f39803eaaf0b25b95baf951b12ef4d5a727e Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 1 Oct 2018 14:37:18 +0200 Subject: struggling with interrupts and scheduler --- video/compositor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/compositor.c') diff --git a/video/compositor.c b/video/compositor.c index e5aa325..0997978 100644 --- a/video/compositor.c +++ b/video/compositor.c @@ -211,6 +211,7 @@ void compositor_swap_buffers() static bool first=true; // if(!first)return; // klog("swap"); +// background memcpy(backbuffer,bgimage,vesa_height*vesa_width*4);// TODO optimize? rects only too? for(int i=next_window-1;i>=0;i--) -- cgit v1.2.3