repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 940405
[wine/gsoc-2012-control.git]
/
include
/
desktop.h
blob
38b7868e5d96789adc2349785befd3a53ee4ed87
1
/*
2
* Desktop window definitions.
3
*
4
* Copyright 1994 Alexandre Julliard
5
*/
6
7
#ifndef DESKTOP_H
8
#define DESKTOP_H
9
10
#include
"windows.h"
11
12
typedef
struct
13
{
14
HBRUSH hbrushPattern
;
15
HBITMAP hbitmapWallPaper
;
16
}
DESKTOPINFO
;
17
18
extern
BOOL
DESKTOP_SetPattern
(
char
*
pattern
);
19
20
#endif
/* DESKTOP_H */