migrate substitution keywords to SVN
[reactos.git] / reactos / subsys / csrss / include / desktopbg.h
1 /* $Id$
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS system libraries
5 * FILE: subsys/csrss/include/destkopbg.h
6 * PURPOSE: CSRSS internal desktop background window interface
7 */
8
9 #ifndef DESKTOPBG_H_INCLUDED
10 #define DESKTOPBG_H_INCLUDED
11
12 #include "api.h"
13
14 /* Api functions */
15 CSR_API(CsrCreateDesktop);
16 CSR_API(CsrShowDesktop);
17 CSR_API(CsrHideDesktop);
18 CSR_API(CsrRegisterSystemClasses);
19
20 BOOL FASTCALL DtbgIsDesktopVisible(VOID);
21
22 #endif /* DESKTOPBG_H_INCLUDED */
23
24 /* EOF */
25