mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(wayland) buildfixes
This commit is contained in:
parent
b7c2cbc6b2
commit
748e3dccf2
@ -14,7 +14,6 @@
|
|||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <poll.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <wayland-client.h>
|
#include <wayland-client.h>
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <poll.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <string/stdstring.h>
|
#include <string/stdstring.h>
|
||||||
@ -23,6 +24,7 @@
|
|||||||
#include "wayland_common.h"
|
#include "wayland_common.h"
|
||||||
|
|
||||||
#include "../input_keymaps.h"
|
#include "../input_keymaps.h"
|
||||||
|
#include "../../frontend/frontend_driver.h"
|
||||||
|
|
||||||
static void keyboard_handle_keymap(void* data,
|
static void keyboard_handle_keymap(void* data,
|
||||||
struct wl_keyboard* keyboard,
|
struct wl_keyboard* keyboard,
|
||||||
|
@ -183,6 +183,8 @@ void handle_toplevel_close(void *data,
|
|||||||
void handle_zxdg_toplevel_close(void *data,
|
void handle_zxdg_toplevel_close(void *data,
|
||||||
struct zxdg_toplevel_v6 *zxdg_toplevel);
|
struct zxdg_toplevel_v6 *zxdg_toplevel);
|
||||||
|
|
||||||
|
void flush_wayland_fd(void *data);
|
||||||
|
|
||||||
extern const struct wl_keyboard_listener keyboard_listener;
|
extern const struct wl_keyboard_listener keyboard_listener;
|
||||||
|
|
||||||
extern const struct wl_pointer_listener pointer_listener;
|
extern const struct wl_pointer_listener pointer_listener;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user