commit | d8a8c1131df003612e2f571cb36aec64d402c440 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Oct 12 18:45:29 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Oct 12 18:45:29 2001 +0000 |
tree | c7c0b59ba0d0f6de261d83cc3ba18fa1f7ff597c | |
parent | 2ff4faf66d8e834aa280b97220f5b043525e3fe4 [diff] [blame] |
Added atom_t type for atoms to make sure we use the same type everywhere. Handle MIN_STR_ATOM offset in the server.
diff --git a/server/object.h b/server/object.h index 12cf7c6..8455720 100644 --- a/server/object.h +++ b/server/object.h
@@ -178,6 +178,8 @@ /* atom functions */ extern void close_atom_table(void); +extern int grab_global_atom( atom_t atom ); +extern void release_global_atom( atom_t atom ); /* global variables */