X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin3_src%2FWM%2FMakefile;h=1d674507c67ff60197f2d564df2b1729616a203d;hb=6312f7425503f27821671cb0aef9403f27ce7aca;hp=972f72fe5e0e2afcc4119ff7c05eaae3ae821d3b;hpb=507f19941f45bca7c1de783a394f56b15f10be4d;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin3_src/WM/Makefile b/Usermode/Applications/axwin3_src/WM/Makefile index 972f72fe..1d674507 100644 --- a/Usermode/Applications/axwin3_src/WM/Makefile +++ b/Usermode/Applications/axwin3_src/WM/Makefile @@ -10,7 +10,7 @@ BIN := AxWinWM OBJ := main.o input.o video.o ipc.o image.o utf-8.o OBJ += wm.o wm_input.o wm_render.o wm_render_text.o wm_hotkeys.o OBJ += decorator.o -OBJ += renderers/passthru.o +OBJ += renderers/framebuffer.o OBJ += renderers/background.o OBJ += renderers/menu.o OBJ += renderers/richtext.o