diff options
Diffstat (limited to 'video/compositor.c')
| -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--) |
