+ Small tweak to FXIcon's guessthresh(), thanks to Fanglin.
+ Fixed quaternion arc() routine. In case of vectors that are
(almost) 180 degrees apart, the wrong quaternion was returned.
+ Invalid handle issue fixed in FXWindow.
+ Backported FXPath shell escaping routine.
- added fox16-remove_date_from_reswrap.patch
to remove date from reswrap help to support build compare
OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=93
14 lines
541 B
Diff
14 lines
541 B
Diff
Index: utils/reswrap.cpp
|
|
===================================================================
|
|
--- utils/reswrap.cpp.orig
|
|
+++ utils/reswrap.cpp
|
|
@@ -86,7 +86,7 @@ void printusage(){
|
|
|
|
/* Print version information */
|
|
void printversion(){
|
|
- fprintf(stderr,"Reswrap %s %s.\n",version,__DATE__);
|
|
+ fprintf(stderr,"Reswrap %s.\n",version);
|
|
fprintf(stderr,"Copyright (C) 1997,2005 Jeroen van der Zijp. All Rights Reserved.\n");
|
|
fprintf(stderr,"Please visit: http://www.fox-toolkit.org for further information.\n");
|
|
fprintf(stderr,"\n");
|