libliftoff icon indicating copy to clipboard operation
libliftoff copied to clipboard

Fast access to basic properties

Open emersion opened this issue 6 years ago • 1 comments

Have a list of basic properties and provide fast access to them. These are:

  • CRTC_ID
  • FB_ID
  • CRTC_X, CRTC_Y, CRTC_W, CRTC_H
  • zpos

emersion avatar Aug 29 '19 06:08 emersion

Some work for this has been done in the basic-props branch. Not yet merged because this doesn't appear to be a bottleneck (string comparisons and list traversals for property lookup seem fast enough for now from a perf report). Maybe I'll merge this anyway because we'll want to fix it eventually.

emersion avatar Nov 24 '19 17:11 emersion