comparison src/offix.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 41ff10fd062f
children 74fd4e045ea6
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
34 DndHandleDragging(Widget widget, 34 DndHandleDragging(Widget widget,
35 XEvent* event); 35 XEvent* event);
36 36
37 void DndSetData(int Type, unsigned char *Data, unsigned long Size); 37 void DndSetData(int Type, unsigned char *Data, unsigned long Size);
38 void DndGetData(XEvent *event, unsigned char **Data, unsigned long *Size); 38 void DndGetData(XEvent *event, unsigned char **Data, unsigned long *Size);
39 39
40 int DndIsIcon(Widget widget); 40 int DndIsIcon(Widget widget);
41 int DndDataType(XEvent *event); 41 int DndDataType(XEvent *event);
42 unsigned int DndDragButtons(XEvent *event); 42 unsigned int DndDragButtons(XEvent *event);
43 Window DndSourceWindow(XEvent *event); 43 Window DndSourceWindow(XEvent *event);
44 44
45 void 45 void
46 DndDropCoordinates(Widget widget, 46 DndDropCoordinates(Widget widget,
47 XEvent *event, 47 XEvent *event,
48 int *x, 48 int *x,
49 int *y); 49 int *y);
50 void 50 void
51 DndDropRootCoordinates(XEvent *event, 51 DndDropRootCoordinates(XEvent *event,
52 int *x, 52 int *x,
53 int *y); 53 int *y);
54 54
55 long 55 long