Author: fireball Date: Wed Jul 29 22:39:39 2009 New Revision: 42292
URL: http://svn.reactos.org/svn/reactos?rev=42292&view=rev Log: - Unstub get_atom_information request.
Modified: branches/arwinss/reactos/subsystems/win32/win32k/wine/atom.c branches/arwinss/reactos/subsystems/win32/win32k/wine/stubs.c
Modified: branches/arwinss/reactos/subsystems/win32/win32k/wine/atom.c URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32... ============================================================================== --- branches/arwinss/reactos/subsystems/win32/win32k/wine/atom.c [iso-8859-1] (original) +++ branches/arwinss/reactos/subsystems/win32/win32k/wine/atom.c [iso-8859-1] Wed Jul 29 22:39:39 2009 @@ -420,7 +420,6 @@ }
/* get global atom name */ -#if 0 DECL_HANDLER(get_atom_information) { struct atom_table *table = get_table( req->table, 0 ); @@ -439,7 +438,7 @@ release_object( table ); } } -#endif + /* set global atom name */ DECL_HANDLER(set_atom_information) {
Modified: branches/arwinss/reactos/subsystems/win32/win32k/wine/stubs.c URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32... ============================================================================== --- branches/arwinss/reactos/subsystems/win32/win32k/wine/stubs.c [iso-8859-1] (original) +++ branches/arwinss/reactos/subsystems/win32/win32k/wine/stubs.c [iso-8859-1] Wed Jul 29 22:39:39 2009 @@ -555,11 +555,6 @@ UNIMPLEMENTED; }
-DECL_HANDLER(get_atom_information) -{ - UNIMPLEMENTED; -} - DECL_HANDLER(get_process_idle_event) { UNIMPLEMENTED;