blob: 3bd36b53911be148ef5a47734dd86d541567cdc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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;
|