Class: Hornetseye::X11Window

Inherits:
Object
  • Object
show all
Defined in:
lib/hornetseye-xorg/x11window.rb

Class Method Summary collapse

Class Method Details

.new(display, output, width, height, options = {}) ⇒ Object



26
27
28
29
# File 'lib/hornetseye-xorg/x11window.rb', line 26

def new(display, output, width, height, options = {})
  options = { :border => true }.merge options
  orig_new display, output, width, height, options[:border]
end

.orig_newObject



24
# File 'lib/hornetseye-xorg/x11window.rb', line 24

alias_method :orig_new, :new