cursor: Add an explicit getter for the gbm device
We want to move this to a new MetaCursorRenderer class.
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
|
||||
#include <meta/meta-cursor-tracker.h>
|
||||
#include <wayland-server.h>
|
||||
#include <gbm.h>
|
||||
|
||||
#include "meta-cursor.h"
|
||||
|
||||
@ -93,4 +94,6 @@ void meta_cursor_tracker_paint (MetaCursorTracker *tracker);
|
||||
|
||||
void meta_cursor_tracker_force_update (MetaCursorTracker *tracker);
|
||||
|
||||
struct gbm_device * meta_cursor_tracker_get_gbm_device (MetaCursorTracker *tracker);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user