Class: Hornetseye::X11Window
- Defined in:
 - docs/hornetseye-xorg/lib/hornetseye-xorg/x11window.rb
 
Class Method Summary collapse
Class Method Details
.new(display, output, width, height, options = {}) ⇒ Object
      26 27 28 29  | 
    
      # File 'docs/hornetseye-xorg/lib/hornetseye-xorg/x11window.rb', line 26 def new(display, output, width, height, = {}) = { :border => true }.merge orig_new display, output, width, height, [:border] end  | 
  
.orig_new ⇒ Object
      24  | 
    
      # File 'docs/hornetseye-xorg/lib/hornetseye-xorg/x11window.rb', line 24 alias_method :orig_new, :new  |