Added Paint for ReactOS source folder
[reactos.git] / reactos / base / applications / paint / mouse.h
1 /*
2 * PROJECT: PAINT for ReactOS
3 * LICENSE: LGPL
4 * FILE: mouse.h
5 * PURPOSE: Things which should not be in the mouse event handler itself
6 * PROGRAMMERS: Benedikt Freisen
7 */
8
9 void placeSelWin();
10
11 void startPainting(HDC hdc, short x, short y, int fg, int bg);
12
13 void whilePainting(HDC hdc, short x, short y, int fg, int bg);
14
15 void endPainting(HDC hdc, short x, short y, int fg, int bg);