mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-06 07:15:53 -04:00
增加grid和monocle布局
This commit is contained in:
parent
ca9a353eeb
commit
c96cb02ba5
2 changed files with 4 additions and 2 deletions
4
maomao.c
4
maomao.c
|
|
@ -444,7 +444,7 @@ static void maplayersurfacenotify(struct wl_listener *listener, void *data);
|
|||
static void mapnotify(struct wl_listener *listener, void *data);
|
||||
static void maximizenotify(struct wl_listener *listener, void *data);
|
||||
static void minimizenotify(struct wl_listener *listener, void *data);
|
||||
static void monocle(Monitor *m);
|
||||
static void monocle(Monitor *m,unsigned int gappo, unsigned int gappi);
|
||||
static void motionabsolute(struct wl_listener *listener, void *data);
|
||||
static void motionnotify(uint32_t time, struct wlr_input_device *device,
|
||||
double sx, double sy, double sx_unaccel,
|
||||
|
|
@ -3227,7 +3227,7 @@ minimizenotify(struct wl_listener *listener, void *data) {
|
|||
}
|
||||
|
||||
void // 17
|
||||
monocle(Monitor *m) {
|
||||
monocle(Monitor *m,unsigned int gappo, unsigned int gappi) {
|
||||
Client *c;
|
||||
int n = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue