$OpenBSD: patch-texk_web2c_synctexdir_synctex-xetex_h,v 1.1 2011/11/23 12:00:45 edd Exp $

Fix synctex co-ordinates. Critical patch from tl2011 stable branch:
http://tug.org/svn/texlive?view=revision&revision=23644

--- texk/web2c/synctexdir/synctex-xetex.h.origy	Thu May 12 10:09:29 2011
+++ texk/web2c/synctexdir/synctex-xetex.h	Tue Sep  6 15:07:13 2011
@@ -1,9 +1,9 @@
 /* 
-Copyright (c) 2008, 2009 jerome DOT laurens AT u-bourgogne DOT fr
+Copyright (c) 2008-2011 jerome DOT laurens AT u-bourgogne DOT fr
 
 This file is part of the SyncTeX package.
 
-Latest Revision: Wed Jul  1 11:16:29 UTC 2009
+Latest Revision: Wed Aug 22 07:20:29 UTC 2011
 
 License:
 --------
@@ -56,6 +56,9 @@ Thu Jun 19 09:39:21 UTC 2008
  * pdf or xdv. */
 #  define SYNCTEX_OFFSET_IS_PDF (nopdfoutput==0)
 #  define SYNCTEX_OUTPUT (nopdfoutput!=0?"xdv":"pdf")
+
+#define SYNCTEX_CURH ((nopdfoutput==0)?(curh+4736287):curh)
+#define SYNCTEX_CURV ((nopdfoutput==0)?(curv+4736287):curv)
 
 /*  WARNING:
     The definition below must be in sync with their eponym declarations in synctex-xetex.ch1
