diff options
| author | Miguel <m.i@gmx.at> | 2018-10-01 14:37:18 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-01 14:37:18 +0200 |
| commit | b518f39803eaaf0b25b95baf951b12ef4d5a727e (patch) | |
| tree | d595877fd1869b280ba33bc2256a3b3da8eb8c95 /video | |
| parent | 75433d155c152b809e9f25b1099fc06d6106308b (diff) | |
struggling with interrupts and scheduler
Diffstat (limited to 'video')
| -rw-r--r-- | video/compositor.c | 1 |
1 files changed, 1 insertions, 0 deletions
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--) |
