Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

cl: remove duplicate display-width/height accessors

+1 -2
+1 -2
fedac/native/cl/drm-display.lisp
··· 247 247 (ac-native.util:ac-log "[drm] initialized OK~%") 248 248 disp))))))) 249 249 250 - (defun display-width (d) (display-width d)) 251 - (defun display-height (d) (display-height d)) 250 + ;; display-width and display-height are auto-generated by defstruct 252 251 253 252 (defun drm-present (display screen scale) 254 253 "Copy the render framebuffer to the DRM back buffer and flip."