forked from pyrite-dev/milsko
bring back some old code
This commit is contained in:
parent
f4be507c35
commit
6137728de7
1 changed files with 2 additions and 0 deletions
|
|
@ -490,6 +490,8 @@ static void MwLLBeginDrawImpl(MwLL handle) {
|
|||
|
||||
static void MwLLEndDrawImpl(MwLL handle) {
|
||||
(void)handle;
|
||||
|
||||
if(handle->common.copy_buffer) XClearWindow(handle->x11.display, handle->x11.window);
|
||||
}
|
||||
|
||||
static void MwLLPolygonImpl(MwLL handle, MwPoint* points, int points_count, MwLLColor color) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue