fix a refreshing issue
bad refreshing when a lite_widget is destroying if the lite_widget's parent is also a type of lite_widget
This commit is contained in:
@@ -167,7 +167,7 @@ namespace detail
|
||||
delete impl_;
|
||||
}
|
||||
|
||||
void bedrock::map_thread_root_buffer(core_window_t*, bool forced)
|
||||
void bedrock::map_thread_root_buffer(core_window_t*, bool forced, const rectangle*)
|
||||
{
|
||||
//GUI in X11 is thread-independent, so no implementation.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user