mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Fix some overlong lines.
This commit is contained in:
parent
40a91d6227
commit
d84c3e7a30
7 changed files with 30 additions and 13 deletions
|
@ -399,8 +399,12 @@ extern fn set_usage(window: *mut GonkNativeWindow,
|
|||
println!("Setting usage flags to {}", usage);
|
||||
unsafe {
|
||||
(*window).usage = usage;
|
||||
(*window).bufs[0] = Some(GonkNativeWindowBuffer::new((*window).alloc_dev, (*window).width, (*window).height, (*window).format, (*window).usage));
|
||||
(*window).bufs[1] = Some(GonkNativeWindowBuffer::new((*window).alloc_dev, (*window).width, (*window).height, (*window).format, (*window).usage));
|
||||
(*window).bufs[0] = Some(GonkNativeWindowBuffer::new(
|
||||
(*window).alloc_dev, (*window).width, (*window).height,
|
||||
(*window).format, (*window).usage));
|
||||
(*window).bufs[1] = Some(GonkNativeWindowBuffer::new(
|
||||
(*window).alloc_dev, (*window).width, (*window).height,
|
||||
(*window).format, (*window).usage));
|
||||
}
|
||||
0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue