dtwm: Remove define MOTIF_ONE_DOT_ONE, backwards compatibility for motif 1.1, CDE...
[oweals/cde.git] / cde / programs / dtscreen / rotor.c
index ead68a8e710a439c0827265f10391798b2cf7648..656b2691d68c0596c238a94733f62e31d4e0cb1b 100644 (file)
@@ -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;