# | Line 2549 | Line 2549 | static void *redraw_func(void *arg) | |
---|---|---|
2549 | } | |
2550 | return NULL; | |
2551 | } | |
2552 | + | |
2553 | + | |
2554 | + | /* |
2555 | + | * Record dirty area from NQD |
2556 | + | */ |
2557 | + | |
2558 | + | void video_set_dirty_area(int x, int y, int w, int h) |
2559 | + | { |
2560 | + | // TBD |
2561 | + | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |