fix: update the wm name length
This commit is contained in:
		
							parent
							
								
									46705d8d43
								
							
						
					
					
						commit
						dd8295212a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1599,7 +1599,7 @@ setup(void) {
 | 
				
			||||||
    XChangeProperty(dpy, wmcheckwin, netatom[NetWMCheck], XA_WINDOW, 32,
 | 
					    XChangeProperty(dpy, wmcheckwin, netatom[NetWMCheck], XA_WINDOW, 32,
 | 
				
			||||||
                    PropModeReplace, (unsigned char *) &wmcheckwin, 1);
 | 
					                    PropModeReplace, (unsigned char *) &wmcheckwin, 1);
 | 
				
			||||||
    XChangeProperty(dpy, wmcheckwin, netatom[NetWMName], utf8string, 8,
 | 
					    XChangeProperty(dpy, wmcheckwin, netatom[NetWMName], utf8string, 8,
 | 
				
			||||||
                    PropModeReplace, (unsigned char *) "archy-dwm", 3);
 | 
					                    PropModeReplace, (unsigned char *) "archy-dwm", 9);
 | 
				
			||||||
    XChangeProperty(dpy, root, netatom[NetWMCheck], XA_WINDOW, 32,
 | 
					    XChangeProperty(dpy, root, netatom[NetWMCheck], XA_WINDOW, 32,
 | 
				
			||||||
                    PropModeReplace, (unsigned char *) &wmcheckwin, 1);
 | 
					                    PropModeReplace, (unsigned char *) &wmcheckwin, 1);
 | 
				
			||||||
    /* EWMH support per view */
 | 
					    /* EWMH support per view */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue