mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
initial commit of xv support work
This commit is contained in:
parent
95fadbd402
commit
50a64c84e1
8 changed files with 919 additions and 9 deletions
|
|
@ -956,3 +956,9 @@ hostx_get_event(EphyrHostXEvent *ev)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void*
|
||||
hostx_get_display(void)
|
||||
{
|
||||
return HostX.dpy ;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue