1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58:08 +01:00

wrlib: add a function to draw rectangles

it appears that such kind of function was missing from the lib
This commit is contained in:
David Maciejak
2014-05-10 19:26:47 +08:00
committed by Carlos R. Mafra
parent b764a766bf
commit 8708b62cea
3 changed files with 12 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ LIBWRASTER3
ROperateLines;
ROperatePixel;
ROperatePixels;
ROperateRectangle;
ROperateSegments;
RPutPixel;
RPutPixels;