1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/cad/xcircuit/files/patch-an
Kevin Lo 634fd57ed1 Update to version 2.2.1
PR: 25074
Submitted by: Ports Fury
2001-02-14 12:41:38 +00:00

14 lines
372 B
Plaintext

*** rcfile.c.orig Wed Feb 14 04:52:28 2001
--- rcfile.c Wed Feb 14 04:54:12 2001
***************
*** 38,43 ****
--- 38,45 ----
/*----------------------------------------------------------------------*/
extern char _STR2[250], _STR[150];
+ extern Display *dpy;
+ extern Window win;
extern fontinfo *fonts;
extern short fontcount;
extern Clientdata areastruct;