Make sure all Wine processes share the same X display.
[wine.git] / dlls / dplayx / name_server.c
blob57188aab5dbe6a1fcba955eea5f9ff9c57389a7e
1 /* DPLAYX.DLL name server implementation
3 * Copyright 2000 - Peter Hunnisett
5 * <presently under construction - contact hunnise@nortelnetworks.com>
7 */
9 /* NOTE: Methods with the NS_ prefix are name server methods */
12 #include "debugtools.h"
13 #include "name_server.h"
15 DEFAULT_DEBUG_CHANNEL(dplay);
18 void DPLAYX_NS_SetLocalComputerAsNameServer( LPDPSESSIONDESC2 lpsd )
20 FIXME( ": (%p) stub\n", lpsd );