mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 08:21:38 +00:00
[ROSTESTS]: Update the code file header.
svn path=/trunk/; revision=72224
This commit is contained in:
parent
2081c44ca0
commit
e7ce655076
1 changed files with 9 additions and 5 deletions
|
@ -1,10 +1,14 @@
|
|||
/*
|
||||
* PaintDesktop.c
|
||||
* PROJECT: ReactOS Tests
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: rostests/win32/user32/paintdesktop/PaintDesktop.c
|
||||
*
|
||||
* Demonstrates how the user32!PaintDesktop() API visually works.
|
||||
* This API paints the desktop inside the given HDC with its origin
|
||||
* always fixed to the origin of the monitor on which the window is
|
||||
* present.
|
||||
* PURPOSE: Demonstrates how the user32!PaintDesktop() API visually works.
|
||||
* This API paints the desktop inside the given HDC with its
|
||||
* origin always fixed to the origin of the monitor on which
|
||||
* the window is present.
|
||||
*
|
||||
* PROGRAMMER: Hermes Belusca-Maito
|
||||
*/
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue