mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
Change function declararation w/o parameters to the correct foo(void) syntax.
patch by Stefan Huehner, stefan at huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19106 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6acd2466cc
commit
79c9cdd2cd
@ -29,7 +29,7 @@ Atom _XA_XdndTypeList;
|
|||||||
|
|
||||||
Atom atom_support;
|
Atom atom_support;
|
||||||
|
|
||||||
void wsXDNDInitialize()
|
void wsXDNDInitialize(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
_XA_XdndAware = XInternAtom(wsDisplay, "XdndAware", False);
|
_XA_XdndAware = XInternAtom(wsDisplay, "XdndAware", False);
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#define _XDND_H_
|
#define _XDND_H_
|
||||||
|
|
||||||
|
|
||||||
void wsXDNDInitialize();
|
void wsXDNDInitialize(void);
|
||||||
Bool wsXDNDProcessSelection(wsTWindow* wnd,XEvent *event);
|
Bool wsXDNDProcessSelection(wsTWindow* wnd,XEvent *event);
|
||||||
Bool wsXDNDProcessClientMessage(wsTWindow* wnd, XClientMessageEvent *event);
|
Bool wsXDNDProcessClientMessage(wsTWindow* wnd, XClientMessageEvent *event);
|
||||||
void wsXDNDMakeAwareness(wsTWindow* window);
|
void wsXDNDMakeAwareness(wsTWindow* window);
|
||||||
|
Loading…
Reference in New Issue
Block a user