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