mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 03:58:05 +02:00
[libdrm] count connectors and such has no place in a crtc object
This commit is contained in:
parent
59a9a756e2
commit
5de978905a
1 changed files with 0 additions and 6 deletions
|
|
@ -106,12 +106,6 @@ typedef struct _drmModeCrtc {
|
|||
int mode_valid;
|
||||
struct drm_mode_modeinfo mode;
|
||||
|
||||
int count_connectors;
|
||||
uint32_t connectors; /**< Connectors that are connected */
|
||||
|
||||
int count_possibles;
|
||||
uint32_t possibles; /**< Connectors that can be connected */
|
||||
|
||||
int gamma_size; /**< Number of gamma stops */
|
||||
|
||||
} drmModeCrtc, *drmModeCrtcPtr;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue