diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-10-09 10:30:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-10-09 10:30:43 +0000 |
commit | 5e9fcb3b9ea0dedb3ef1926f6f983c130253f8d3 (patch) | |
tree | c82f7c83cfee04024d70ed9465326283caae671d /misc/estic | |
parent | 023f009b62df4c530bc990e810c7b7b21d0d7a72 (diff) | |
download | ports-5e9fcb3b9ea0dedb3ef1926f6f983c130253f8d3.tar.gz ports-5e9fcb3b9ea0dedb3ef1926f6f983c130253f8d3.zip |
Notes
Diffstat (limited to 'misc/estic')
-rw-r--r-- | misc/estic/files/patch-resed.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/estic/files/patch-resed.h b/misc/estic/files/patch-resed.h new file mode 100644 index 000000000000..07a617f33411 --- /dev/null +++ b/misc/estic/files/patch-resed.h @@ -0,0 +1,11 @@ +--- spunk/resed.h.orig Fri Feb 21 12:05:28 1997 ++++ spunk/resed.h Mon Oct 9 12:07:54 2006 +@@ -184,7 +184,7 @@ + void IDPrompt (i16& ID, int& Abort); + void EditIDPrompt (i16& ID, int& Abort); + void MinMaxPrompt (i32& Min, i32& Max, i32 MinVal, i32 MaxVal, int& Abort); +- void ResEditApp::FMinMaxPrompt (double& Min, double& Max, double MinVal, ++ void FMinMaxPrompt (double& Min, double& Max, double MinVal, + double MaxVal, int& Abort); + void TextIDPrompt (String& Text, i16& ID, int& Abort); + void DeleteRes (); |