| commit | 676eb230e168434bff7506f3cb6857d38a72cc2d | [log] [tgz] |
|---|---|---|
| author | Andriy Palamarchuk <apa3a@yahoo.com> | Tue Oct 02 18:35:32 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 02 18:35:32 2001 +0000 |
| tree | 99941be5506d1ece7191c0cb0879146e5ce00065 | |
| parent | 2718c895d13501552e67da4be9717e2520d96171 [diff] [blame] |
Added SYSMETRICS_Set. Implemented SPI_SETSHOWSOUNDS action.
diff --git a/include/sysmetrics.h b/include/sysmetrics.h index ad922d4..d582b3f 100644 --- a/include/sysmetrics.h +++ b/include/sysmetrics.h
@@ -8,6 +8,7 @@ #define __WINE_SYSMETRICS_H extern void SYSMETRICS_Init(void); /* sysmetrics.c */ +extern INT SYSMETRICS_Set( INT index, INT value ); /* sysmetrics.c */ extern void SYSCOLOR_Init(void); /* syscolor.c */ /* Wine extensions */