mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(wayland) buildfixes
This commit is contained in:
parent
b7c2cbc6b2
commit
748e3dccf2
3 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <poll.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <wayland-client.h>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <poll.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <string/stdstring.h>
|
||||
|
@ -23,6 +24,7 @@
|
|||
#include "wayland_common.h"
|
||||
|
||||
#include "../input_keymaps.h"
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
|
||||
static void keyboard_handle_keymap(void* data,
|
||||
struct wl_keyboard* keyboard,
|
||||
|
|
|
@ -183,6 +183,8 @@ void handle_toplevel_close(void *data,
|
|||
void handle_zxdg_toplevel_close(void *data,
|
||||
struct zxdg_toplevel_v6 *zxdg_toplevel);
|
||||
|
||||
void flush_wayland_fd(void *data);
|
||||
|
||||
extern const struct wl_keyboard_listener keyboard_listener;
|
||||
|
||||
extern const struct wl_pointer_listener pointer_listener;
|
||||
|
|
Loading…
Add table
Reference in a new issue