dsdm: Change to ANSI function definitions
authorPeter Howkins <flibble@users.sf.net>
Thu, 28 Jun 2018 03:07:44 +0000 (04:07 +0100)
committerPeter Howkins <flibble@users.sf.net>
Thu, 28 Jun 2018 03:07:44 +0000 (04:07 +0100)
cde/programs/dsdm/dsdm.c

index b6dbb7f39dc54f6a14c576f7991837b0880d4161..5d13780036452f59bd9de86c1e07b03ac4c8bc4d 100644 (file)
@@ -408,14 +408,9 @@ SubtractWindowFromVisibleRegion(Display *dpy, Window win, Region visrgn)
 
 
 void
-ProcessInterestProperty(dpy, win, screen, data, datalen, visrgn, xoff, yoff)
-       Display *       dpy;
-    Window win;
-    int screen;
-    void *data;
-    unsigned long datalen;
-    Region visrgn;
-    int xoff, yoff;
+ProcessInterestProperty(Display * dpy, Window win, int screen,
+                        void *data, unsigned long datalen, Region visrgn,
+                        int xoff, int yoff)
 {
     unsigned long *array = (unsigned long *)data;
     int cur = 0;