class WaylandClient::Buffer::Pool(T)

Included Modules

Defined in:

buffer/pool.cr

Constant Summary

POOL_SIZE = 2

Constructors

Instance Method Summary

Constructor Detail

def self.new(x = 0, y = 0) #

[View source]

Instance Method Detail

def available? #

[View source]
def checkin(buffer) #

[View source]
def checkout(registry : WaylandClient::Registry) #

[View source]
def resize(x, y) #

[View source]
def resize!(x, y, surface, &) #

[View source]
def size : Tuple(Int32, Int32) #

[View source]