添加记录和恢复光标在每个 monitor 中的位置功能

This commit is contained in:
2026-01-13 12:29:49 +08:00
parent 5e22aed718
commit ced78b004f
8 changed files with 61 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include <xcb/xcb_xrm.h>
#include <xkbcommon/xkbcommon.h>
#include "base.h"
#include "types.h"
typedef struct wm_t {
@@ -52,3 +53,4 @@ extern wm_t wm;
void wm_restart(void);
void wm_quit(void);
void wm_restack_clients(void);
monitor_t *wm_get_monitor_by_point(point_t point);