X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xboard2.h;h=a3c8f22d8668d6918ae890582a9f7e481be1b893;hb=e449d7412605812532c2d6590c6bda99e27f1885;hp=babb9f0cad2e364ce27bd99aefed6344e0d63a5a;hpb=c37d45adc7d98a702a7459ccdc0ac23df01a476e;p=xboard.git diff --git a/xboard2.h b/xboard2.h index babb9f0..a3c8f22 100644 --- a/xboard2.h +++ b/xboard2.h @@ -1,7 +1,7 @@ /* * xboard2.h -- Move list window, part of X front end for XBoard * - * Copyright 2012, 2013, 2014 Free Software Foundation, Inc. + * Copyright 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -28,4 +28,5 @@ extern int searchTime; extern int squareSize, lineGap, defaultLineGap; extern int startedFromPositionFile; extern char *icsTextMenuString; - +extern int hi2X, hi2Y; +extern char dataDir[];