mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-02-16 17:22:43 +00:00
backend/drm: move forward decl up for drmModeModeInfo
This allows doc generators to properly associate the doc comment with the function instead of the typedef.
This commit is contained in:
parent
5bcd537ff4
commit
3f0487d310
@ -15,6 +15,7 @@
|
||||
#include <wlr/types/wlr_output.h>
|
||||
|
||||
struct wlr_drm_backend;
|
||||
typedef struct _drmModeModeInfo drmModeModeInfo;
|
||||
|
||||
struct wlr_drm_lease {
|
||||
int fd;
|
||||
@ -74,7 +75,6 @@ void wlr_drm_lease_terminate(struct wlr_drm_lease *lease);
|
||||
/**
|
||||
* Add mode to the list of available modes.
|
||||
*/
|
||||
typedef struct _drmModeModeInfo drmModeModeInfo;
|
||||
struct wlr_output_mode *wlr_drm_connector_add_mode(struct wlr_output *output,
|
||||
const drmModeModeInfo *mode);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user