reintroduce fgcolor/bgcolor hints
This commit is contained in:
		
							parent
							
								
									ee8c9dbe02
								
							
						
					
					
						commit
						1bd7686be5
					
				| @ -164,6 +164,10 @@ static void onNotify(GDBusConnection *connection, | |||||||
|                                 case 6: |                                 case 6: | ||||||
|                                         dict_value = g_variant_lookup_value(content, "urgency", G_VARIANT_TYPE_BYTE); |                                         dict_value = g_variant_lookup_value(content, "urgency", G_VARIANT_TYPE_BYTE); | ||||||
|                                         urgency = g_variant_get_byte(dict_value); |                                         urgency = g_variant_get_byte(dict_value); | ||||||
|  |                                         dict_value = g_variant_lookup_value(content, "fgcolor", G_VARIANT_TYPE_STRING); | ||||||
|  |                                         fgcolor = g_variant_dup_string(dict_value, NULL); | ||||||
|  |                                         dict_value = g_variant_lookup_value(content, "bgcolor", G_VARIANT_TYPE_STRING); | ||||||
|  |                                         bgcolor = g_variant_dup_string(dict_value, NULL); | ||||||
|                                         break; |                                         break; | ||||||
|                                 case 7: |                                 case 7: | ||||||
|                                         timeout = g_variant_get_int32(content); |                                         timeout = g_variant_get_int32(content); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sascha Kruse
						Sascha Kruse