mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 13:00:20 +01:00
libdrm: fix typo in comment
This commit is contained in:
parent
062d850620
commit
11b7a81c8a
1 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ typedef struct _drmModeProperty {
|
|||
|
||||
typedef struct _drmModeCrtc {
|
||||
unsigned int crtc_id;
|
||||
unsigned int buffer_id; /**< FB id to connect to 0 = disconnect*/
|
||||
unsigned int buffer_id; /**< FB id to connect to 0 = disconnect */
|
||||
uint32_t generation;
|
||||
|
||||
uint32_t x, y; /**< Position on the frameuffer */
|
||||
|
|
@ -137,7 +137,7 @@ typedef enum {
|
|||
typedef struct _drmModeConnector {
|
||||
uint32_t generation;
|
||||
unsigned int connector_id;
|
||||
unsigned int encoder; /**< Crtc currently connected to */
|
||||
unsigned int encoder; /**< Encoder currently connected to */
|
||||
unsigned int connector_type;
|
||||
unsigned int connector_type_id;
|
||||
drmModeConnection connection;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue