Release 940405
[wine/gsoc-2012-control.git] / include / desktop.h
blob38b7868e5d96789adc2349785befd3a53ee4ed87
1 /*
2 * Desktop window definitions.
4 * Copyright 1994 Alexandre Julliard
5 */
7 #ifndef DESKTOP_H
8 #define DESKTOP_H
10 #include "windows.h"
12 typedef struct
14 HBRUSH hbrushPattern;
15 HBITMAP hbitmapWallPaper;
16 } DESKTOPINFO;
18 extern BOOL DESKTOP_SetPattern(char *pattern );
20 #endif /* DESKTOP_H */