reactos/base/applications/paint/mouse.h
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

22 lines
627 B
C

/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/paint/mouse.h
* PURPOSE: Things which should not be in the mouse event handler itself
* PROGRAMMERS: Benedikt Freisen
*/
void placeSelWin();
void startPaintingL(HDC hdc, short x, short y, int fg, int bg);
void whilePaintingL(HDC hdc, short x, short y, int fg, int bg);
void endPaintingL(HDC hdc, short x, short y, int fg, int bg);
void startPaintingR(HDC hdc, short x, short y, int fg, int bg);
void whilePaintingR(HDC hdc, short x, short y, int fg, int bg);
void endPaintingR(HDC hdc, short x, short y, int fg, int bg);