comparison gui/wm/wsxdnd.h @ 34470:571201af959c

Remove unused parameter from wsXDNDProcessClientMessage().
author ib
date Fri, 13 Jan 2012 16:36:06 +0000
parents b0a7b35b78d2
children d0231540cdbd
comparison
equal deleted inserted replaced
34469:c3f95506f756 34470:571201af959c
21 21
22 #include "ws.h" 22 #include "ws.h"
23 23
24 void wsXDNDInitialize(void); 24 void wsXDNDInitialize(void);
25 Bool wsXDNDProcessSelection(wsTWindow* wnd,XEvent *event); 25 Bool wsXDNDProcessSelection(wsTWindow* wnd,XEvent *event);
26 Bool wsXDNDProcessClientMessage(wsTWindow* wnd, XClientMessageEvent *event); 26 Bool wsXDNDProcessClientMessage(XClientMessageEvent *event);
27 void wsXDNDMakeAwareness(wsTWindow* window); 27 void wsXDNDMakeAwareness(wsTWindow* window);
28 void wsXDNDClearAwareness(wsTWindow* window); 28 void wsXDNDClearAwareness(wsTWindow* window);
29 29
30 /* header was ripped from xdnd's example on its page */ 30 /* header was ripped from xdnd's example on its page */
31 31