1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Patch no longer required.

This commit is contained in:
Roger Hardiman 2003-01-30 11:04:21 +00:00
parent c6c698d792
commit e0bf41f62e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74270

View File

@ -1,19 +0,0 @@
*** xlibvid.cxx.orig Mon Nov 25 13:15:04 2002
--- xlibvid.cxx Mon Nov 25 13:15:24 2002
*************** BOOL GenericXlibVideoDevice::SetFrameSiz
*** 199,205 ****
return TRUE;
}
! BOOL GenericXlibVideoDevice::OpenWindow(unsigned _width = 0, unsigned _height = 0)
{
PTRACE(3,"XDisplay\tOpenWindow of size "<<_width<<"x"<<_height<<
" "<<DirectionStr()<<" window");
--- 199,205 ----
return TRUE;
}
! BOOL GenericXlibVideoDevice::OpenWindow(unsigned _width, unsigned _height)
{
PTRACE(3,"XDisplay\tOpenWindow of size "<<_width<<"x"<<_height<<
" "<<DirectionStr()<<" window");