Merge pull request #3821 from orestisfl/deterministic_tray_icon_order

reorder_trayclients_cmp: Correct comment
next
Ingo Bürk 2019-10-11 18:43:38 +02:00 committed by GitHub
commit 5f54971425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -706,7 +706,8 @@ static int strcasecmp_nullable(const char *a, const char *b) {
}
/*
* Sort trayclients in descending order
* Comparison function to sort trayclients in ascending alphanumeric order
* according to their class.
*
*/
static int reorder_trayclients_cmp(const void *_a, const void *_b) {