NewFrameBuffer starts an X virtual frame buffer running in the background. This is equivalent to calling NewFrameBufferWithOptions with an empty NewFrameBufferWithOptions.
()
| 310 | // |
| 311 | // This is equivalent to calling NewFrameBufferWithOptions with an empty NewFrameBufferWithOptions. |
| 312 | func NewFrameBuffer() (*FrameBuffer, error) { |
| 313 | return NewFrameBufferWithOptions(FrameBufferOptions{}) |
| 314 | } |
| 315 | |
| 316 | // NewFrameBufferWithOptions starts an X virtual frame buffer running in the background. |
| 317 | // FrameBufferOptions may be populated to change the behavior of the frame buffer. |
searching dependent graphs…