dsdm: make it build

This commit is contained in:
Jon Trulson
2019-10-29 12:34:06 -06:00
parent becacdba4a
commit 6660a892c1
3 changed files with 21 additions and 8 deletions

View File

@@ -185,7 +185,7 @@ extern Atom ATOM_WM_STATE;
unsigned char *GetInterestProperty();
static ForwardConversion();
static int ForwardConversion(XSelectionEvent *event, drop_info_t *drop_info);
static drop_info_t drop_table[DROP_TABLE_MAX];
Atom ATOM_SUN_DND_TRIGGER;
@@ -1134,7 +1134,7 @@ CopyTargets(Display *dpy, Atom prop, Window old_win, Window new_win)
/* Forward the SelectionNotify to the receiver.
Returns True if we get ATOM_SUN_DND_DONE or ATOM_SUN_SELECTION_END */
static
ForwardConversion(XSelectionEvent *event, drop_info_t *drop_info)
int ForwardConversion(XSelectionEvent *event, drop_info_t *drop_info)
{
int ol_done = False;