virtio-gpu: start working on the scheme
Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ fn daemon(daemon: redox_daemon::Daemon) -> ! {
|
||||
|
||||
let input = OpenOptions::new()
|
||||
.write(true)
|
||||
.open("display:input")
|
||||
.open("display/vesa:input")
|
||||
.expect("ps2d: failed to open display:input");
|
||||
|
||||
let mut event_file = OpenOptions::new()
|
||||
|
||||
Reference in New Issue
Block a user