CoreKeyboardProc: annotate with FIXME
Setting an empty keymap by default isn't wildly useful.
This commit is contained in:
		
							parent
							
								
									f9a1e456f8
								
							
						
					
					
						commit
						196c5836f4
					
				| 
						 | 
				
			
			@ -261,8 +261,11 @@ CoreKeyboardProc(DeviceIntPtr pDev, int what)
 | 
			
		|||
        }
 | 
			
		||||
        else
 | 
			
		||||
#endif
 | 
			
		||||
        InitKeyboardDeviceStruct((DevicePtr)pDev, &keySyms, modMap,
 | 
			
		||||
                                 CoreKeyboardBell, CoreKeyboardCtl);
 | 
			
		||||
        {
 | 
			
		||||
            /* FIXME Our keymap here isn't exactly useful. */
 | 
			
		||||
            InitKeyboardDeviceStruct((DevicePtr)pDev, &keySyms, modMap,
 | 
			
		||||
                                     CoreKeyboardBell, CoreKeyboardCtl);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        xfree(keySyms.map);
 | 
			
		||||
        xfree(modMap);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue