mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-09 01:06:11 +00:00
This implements "preview" of the line by allowing tool subclasses to hook the second_paint_event on the PaintableWidget. Work towards #375.
20 lines
305 B
Makefile
20 lines
305 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
PaintableWidget.o \
|
|
PaletteWidget.o \
|
|
ToolboxWidget.o \
|
|
Tool.o \
|
|
PenTool.o \
|
|
LineTool.o \
|
|
EraseTool.o \
|
|
BucketTool.o \
|
|
ColorDialog.o \
|
|
SprayTool.o \
|
|
PickerTool.o \
|
|
main.o
|
|
|
|
APP = PaintBrush
|
|
|
|
include ../Makefile.common
|