dsdm: Change to ANSI function definitions
This commit is contained in:
@@ -408,14 +408,9 @@ SubtractWindowFromVisibleRegion(Display *dpy, Window win, Region visrgn)
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ProcessInterestProperty(dpy, win, screen, data, datalen, visrgn, xoff, yoff)
|
ProcessInterestProperty(Display * dpy, Window win, int screen,
|
||||||
Display * dpy;
|
void *data, unsigned long datalen, Region visrgn,
|
||||||
Window win;
|
int xoff, int yoff)
|
||||||
int screen;
|
|
||||||
void *data;
|
|
||||||
unsigned long datalen;
|
|
||||||
Region visrgn;
|
|
||||||
int xoff, yoff;
|
|
||||||
{
|
{
|
||||||
unsigned long *array = (unsigned long *)data;
|
unsigned long *array = (unsigned long *)data;
|
||||||
int cur = 0;
|
int cur = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user