wine/server
Alexandre Julliard 86ec169712 server: Get rid of the clipboard owner thread field.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-02 17:10:35 +01:00
..
async.c
atom.c
change.c
class.c
clipboard.c server: Get rid of the clipboard owner thread field. 2016-11-02 17:10:35 +01:00
completion.c
console.c server: Get and set the console pop-up color attributes. 2016-08-11 23:31:53 +09:00
debugger.c
device.c server: Allow caching device file handles. 2016-10-28 18:35:55 +02:00
directory.c server: Add a helper function to create session directories and symlinks. 2016-07-18 16:21:24 +09:00
event.c
fd.c server: Allow caching device file handles. 2016-10-28 18:35:55 +02:00
file.c
file.h
handle.c
handle.h
hook.c
mach.c
mailslot.c
main.c
Makefile.in
mapping.c server: Fix loading of IMAGE_OPTIONAL_HEADER. 2016-08-09 00:56:00 +09:00
mutex.c
named_pipe.c server: Make disconnecting a named pipe immediately close the client's connection and allow the server to initiate a new connection. 2016-10-21 13:39:10 +02:00
object.c
object.h
process.c process: Make PROCESS_QUERY_LIMITED_INFORMATION sufficient for QueryFullProcessImageName(). 2016-10-17 16:55:14 -07:00
process.h server: Do not store unix_pid in process_snapshot struct. 2016-09-07 23:54:44 +09:00
procfs.c
protocol.def server: Get rid of the set_clipboard_info request. 2016-11-02 17:07:54 +01:00
ptrace.c
queue.c server: Add a helper function to validate a window handle. 2016-08-30 18:08:36 +09:00
region.c
registry.c server: Allow to create win32 prefix when directory already exists. 2016-09-22 12:46:01 +09:00
request.c server: Avoid some compiler warnings when EWOULDBLOCK == EAGAIN. 2016-08-30 19:09:20 +09:00
request.h server: Get rid of the set_clipboard_info request. 2016-11-02 17:07:54 +01:00
security.h
semaphore.c
serial.c
signal.c
snapshot.c
sock.c server: Create ifchange async queue on socket fd. 2016-10-13 18:22:00 +02:00
symlink.c
thread.c
thread.h
timer.c
token.c
trace.c server: Get rid of the set_clipboard_info request. 2016-11-02 17:07:54 +01:00
unicode.c
unicode.h
user.c
user.h server: Add a helper function to validate a window handle. 2016-08-30 18:08:36 +09:00
window.c server: Cleanup clipboard information upon window destruction. 2016-08-24 00:16:43 +09:00
wineserver.de.UTF-8.man.in
wineserver.fr.UTF-8.man.in
wineserver.man.in
winstation.c