~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to hw/xwin/winclipboardwrappers.c

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 * Local function prototypes
53
53
 */
54
54
 
55
 
DISPATCH_PROC(winProcEstablishConnection);
56
 
DISPATCH_PROC(winProcQueryTree);
57
 
DISPATCH_PROC(winProcSetSelectionOwner);
 
55
int winProcEstablishConnection(ClientPtr /* client */);
 
56
int winProcQueryTree(ClientPtr /* client */);
 
57
int winProcSetSelectionOwner(ClientPtr /* client */);
58
58
 
59
59
 
60
60
/*