onscreen/native: Move function declaration to the correct header file

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1715>
This commit is contained in:
Dor Askayo
2021-02-07 16:58:32 +02:00
committed by Marge Bot
parent d6abea3ba7
commit 80fd030f10
4 changed files with 7 additions and 5 deletions

View File

@@ -62,6 +62,7 @@
#ifdef HAVE_NATIVE_BACKEND
#include "backends/native/meta-drm-buffer-gbm.h"
#include "backends/native/meta-kms-utils.h"
#include "backends/native/meta-onscreen-native.h"
#include "backends/native/meta-renderer-native.h"
#endif