1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/math/drgeo/files/patch-geo-drgeo__dialog.cc
Dmitry Marakasov 939345df33 - Support staging
- Use new LIB_DEPENDS syntax
- Fix build on 10.x
2013-11-28 04:53:20 +00:00

12 lines
338 B
C++

--- geo/drgeo_dialog.cc.orig 2003-10-27 13:17:25.000000000 +0300
+++ geo/drgeo_dialog.cc 2013-09-27 21:58:19.018800682 +0400
@@ -38,7 +38,7 @@
// Used in the style dialod callback, I know it's ugly, but so easy
static drgeoFigure *selected_figure;
-struct
+struct drgeoDialogDataStruct
{
drgeoPoint mouse;
drgeoFigure *figure;