initial commit of xv support work

This commit is contained in:
Dodji Seketeli 2007-07-21 12:08:39 +02:00 • committed by Dodji Seketeli
commit 50a64c84e1
8 changed files with 919 additions and 9 deletions

View file

@ -956,3 +956,9 @@ hostx_get_event(EphyrHostXEvent *ev)
return 0;
}
void*
hostx_get_display(void)
{
return HostX.dpy ;
}