X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fdtscreen%2Frotor.c;h=656b2691d68c0596c238a94733f62e31d4e0cb1b;hb=d5273f121b2f95b935bbcfa63b159b009ac42568;hp=ead68a8e710a439c0827265f10391798b2cf7648;hpb=ab926254fd8e9947f760a582c3d67144bc550e4a;p=oweals%2Fcde.git diff --git a/cde/programs/dtscreen/rotor.c b/cde/programs/dtscreen/rotor.c index ead68a8e..656b2691 100644 --- a/cde/programs/dtscreen/rotor.c +++ b/cde/programs/dtscreen/rotor.c @@ -16,7 +16,7 @@ * details. * * You should have received a copy of the GNU Lesser General Public - * License along with these librararies and programs; if not, write + * License along with these libraries and programs; if not, write * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth * Floor, Boston, MA 02110-1301 USA */ @@ -56,7 +56,7 @@ #define MAXANGLE 10000.0 /* irrectangular */ #define DEFAULTCOUNT 3 -typedef unsigned char Boolean; +/*typedef unsigned char Boolean; */ #define IDENT(X) X #if defined (__STDC__) || defined (AIXV3) @@ -101,8 +101,7 @@ typedef struct flightstruct { void -initrotor(pwin) - perwindow *pwin; +initrotor(perwindow *pwin) { flightstruct *fs; XWindowAttributes xgwa; @@ -167,8 +166,7 @@ initrotor(pwin) } void -drawrotor(pwin) - perwindow *pwin; +drawrotor(perwindow *pwin) { register flightstruct *fs; register struct elem *pelem;