diff options
author | roger <roger@FreeBSD.org> | 2003-01-30 19:04:21 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2003-01-30 19:04:21 +0800 |
commit | 0ac29e21592caf976aea5dcd6f9a72a9bee9dff9 (patch) | |
tree | 8e7cefd81d4c60a7752cfbacd8de33ed89ba0400 /net/ohphone | |
parent | 0f9af3426f651eb4117f8c447eceb705eab9d627 (diff) | |
download | freebsd-ports-gnome-0ac29e21592caf976aea5dcd6f9a72a9bee9dff9.tar.gz freebsd-ports-gnome-0ac29e21592caf976aea5dcd6f9a72a9bee9dff9.tar.zst freebsd-ports-gnome-0ac29e21592caf976aea5dcd6f9a72a9bee9dff9.zip |
Patch no longer required.
Diffstat (limited to 'net/ohphone')
-rw-r--r-- | net/ohphone/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/ohphone/files/patch-aa b/net/ohphone/files/patch-aa deleted file mode 100644 index 04e176464685..000000000000 --- a/net/ohphone/files/patch-aa +++ /dev/null @@ -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"); |