missed declaration
							parent
							
								
									d24837f1ad
								
							
						
					
					
						commit
						79b1657a19
					
				
							
								
								
									
										3
									
								
								dwm.c
								
								
								
								
							
							
						
						
									
										3
									
								
								dwm.c
								
								
								
								
							| 
						 | 
					@ -198,8 +198,9 @@ static void maprequest(XEvent *e);
 | 
				
			||||||
static void monocle(Monitor *m);
 | 
					static void monocle(Monitor *m);
 | 
				
			||||||
static void movemouse(const Arg *arg);
 | 
					static void movemouse(const Arg *arg);
 | 
				
			||||||
static Client *nexttiled(Client *c);
 | 
					static Client *nexttiled(Client *c);
 | 
				
			||||||
static Monitor *ptrtomon(int x, int y);
 | 
					static void pop(Client *);
 | 
				
			||||||
static void propertynotify(XEvent *e);
 | 
					static void propertynotify(XEvent *e);
 | 
				
			||||||
 | 
					static Monitor *ptrtomon(int x, int y);
 | 
				
			||||||
static void quit(const Arg *arg);
 | 
					static void quit(const Arg *arg);
 | 
				
			||||||
static void resize(Client *c, int x, int y, int w, int h, Bool interact);
 | 
					static void resize(Client *c, int x, int y, int w, int h, Bool interact);
 | 
				
			||||||
static void resizeclient(Client *c, int x, int y, int w, int h);
 | 
					static void resizeclient(Client *c, int x, int y, int w, int h);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue