Make handle_destroy and output_repaint_timer_handler static

This commit is contained in:
Simon Ser 2020-03-02 12:40:19 +01:00 committed by Drew DeVault
parent 476773dd32
commit c0811fcf87
3 changed files with 2 additions and 4 deletions

View file

@ -5,7 +5,7 @@
#include "sway/server.h"
#include "sway/surface.h"
void handle_destroy(struct wl_listener *listener, void *data) {
static void handle_destroy(struct wl_listener *listener, void *data) {
struct sway_surface *surface = wl_container_of(listener, surface, destroy);
surface->wlr_surface->data = NULL;