comparison gui/wm/wsxdnd.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children a8eb9fd1ac21
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 1 #ifndef MPLAYER_GUI_WSXDND_H
2 #ifndef GUI_WSXDND_H 2 #define MPLAYER_GUI_WSXDND_H
3 #define GUI_WSXDND_H
4 3
5 4
6 void wsXDNDInitialize(void); 5 void wsXDNDInitialize(void);
7 Bool wsXDNDProcessSelection(wsTWindow* wnd,XEvent *event); 6 Bool wsXDNDProcessSelection(wsTWindow* wnd,XEvent *event);
8 Bool wsXDNDProcessClientMessage(wsTWindow* wnd, XClientMessageEvent *event); 7 Bool wsXDNDProcessClientMessage(wsTWindow* wnd, XClientMessageEvent *event);
48 #define XDND_DROP_TIME(e) ((e)->xclient.data.l[2]) 47 #define XDND_DROP_TIME(e) ((e)->xclient.data.l[2])
49 48
50 /* XdndFinished */ 49 /* XdndFinished */
51 #define XDND_FINISHED_TARGET_WIN(e) ((e)->xclient.data.l[0]) 50 #define XDND_FINISHED_TARGET_WIN(e) ((e)->xclient.data.l[0])
52 51
53 #endif /* GUI_WSXDND_H */ 52 #endif /* MPLAYER_GUI_WSXDND_H */