quake: avoid calling compute_size whenever possible

This commit is contained in:
Luke Bonham 2017-07-10 12:00:49 +02:00
parent adccf47bdf
commit c89fc17636
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function quake:display()
client.floating = true
client.border_width = self.border
client.size_hints_honor = false
client:geometry(self:compute_size())
client:geometry(self.geometry[self.screen] or self:compute_size())
-- Set not sticky and on top
client.sticky = false