linux: basic quad renderer logic
This commit is contained in:
parent
503ac7a251
commit
8aa768765f
9 changed files with 352 additions and 53 deletions
|
@ -115,6 +115,7 @@ impl Platform for LinuxPlatform {
|
|||
xcb::Event::X(x::Event::ResizeRequest(ev)) => {
|
||||
let this = self.0.lock();
|
||||
LinuxWindowState::resize(&this.windows[&ev.window()], ev.width(), ev.height());
|
||||
repaint_x_window = Some(ev.window());
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue