Renderer -> Painter

This commit is contained in:
airstruck
2015-12-18 12:58:10 -05:00
parent 8dd46e2bbc
commit 0281944066
5 changed files with 56 additions and 34 deletions

View File

@@ -3,7 +3,6 @@ local Backend = require 'luigi.backend'
local window = Layout {
type = 'window',
background = { 255, 255, 255 },
icon = 'logo.png',
title = 'Test window',
width = 300,