[USBEHCI_NEW]
[reactos.git] / base / applications / paint / mouse.h
1 /*
2 * PROJECT: PAINT for ReactOS
3 * LICENSE: LGPL
4 * FILE: base/applications/paint/mouse.h
5 * PURPOSE: Things which should not be in the mouse event handler itself
6 * PROGRAMMERS: Benedikt Freisen
7 */
8
9 void placeSelWin(void);
10
11 void startPaintingL(HDC hdc, short x, short y, int fg, int bg);
12
13 void whilePaintingL(HDC hdc, short x, short y, int fg, int bg);
14
15 void endPaintingL(HDC hdc, short x, short y, int fg, int bg);
16
17 void startPaintingR(HDC hdc, short x, short y, int fg, int bg);
18
19 void whilePaintingR(HDC hdc, short x, short y, int fg, int bg);
20
21 void endPaintingR(HDC hdc, short x, short y, int fg, int bg);