Removed a static from a function implmentation

このコミットが含まれているのは:
MadcowOG 2023-02-26 16:39:40 -08:00
コミット 497199c4ea
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -270,7 +270,7 @@ void button(void *data, wl_pointer *pointer, uint32_t serial, uint32_t time,
return;
}
static void frame(void* data, wl_pointer* pointer) {
void frame(void* data, wl_pointer* pointer) {
Seat seat = *(Seat*)data;
Monitor* monitor = seat.pointer->focused_monitor;
if (!monitor)