commit | 0762d98f7c16cca89882b20e72211b0d6df5331c | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Nov 01 13:02:01 2007 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Nov 01 13:02:01 2007 +0100 |
tree | a545eea0c8665387b509ed63dcb5c41faf5b0ae7 | |
parent | bfe88a00f8300a301acc291d50f1894dec47a6ef [diff] [blame] |
server: Allow to send a name instead of an atom when creating a window class.
diff --git a/server/protocol.def b/server/protocol.def index c91e8db..aa06bd5 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -2600,6 +2600,9 @@ int extra; /* number of extra class bytes */ int win_extra; /* number of window extra bytes */ void* client_ptr; /* pointer to class in client address space */ + VARARG(name,unicode_str); /* class name */ +@REPLY + atom_t atom; /* resulting class atom */ @END