projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
020d592
)
dsdm: Change to ANSI function definitions
author
Peter Howkins
<flibble@users.sf.net>
Thu, 28 Jun 2018 03:07:44 +0000
(
04:07
+0100)
committer
Peter Howkins
<flibble@users.sf.net>
Thu, 28 Jun 2018 03:07:44 +0000
(
04:07
+0100)
cde/programs/dsdm/dsdm.c
patch
|
blob
|
history
diff --git
a/cde/programs/dsdm/dsdm.c
b/cde/programs/dsdm/dsdm.c
index b6dbb7f39dc54f6a14c576f7991837b0880d4161..5d13780036452f59bd9de86c1e07b03ac4c8bc4d 100644
(file)
--- a/
cde/programs/dsdm/dsdm.c
+++ b/
cde/programs/dsdm/dsdm.c
@@
-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;