dtwm: Remove define MOTIF_ONE_DOT_ONE, backwards compatibility for motif 1.1, CDE...
[oweals/cde.git] / cde / programs / dtscreen / rotor.c
index 99ef77560ee61630127b03792bfb0c7e7fd0c3b4..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
  */
@@ -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;