properly attribute selection code to Matthias Clasen

2002-07-10  Havoc Pennington  <hp@redhat.com>

	* src/display.c: properly attribute selection code to Matthias
	Clasen
This commit is contained in:
Havoc Pennington 2002-07-10 14:41:19 +00:00 committed by Havoc Pennington
parent eb42281fd4
commit a535ef6117
3 changed files with 8 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2002-07-10 Havoc Pennington <hp@redhat.com>
* src/display.c: properly attribute selection code to Matthias
Clasen
2002-07-10 Havoc Pennington <hp@pobox.com>
* README: couple of updates

View File

@ -3106,9 +3106,7 @@ find_screen_for_selection (MetaDisplay *display,
return NULL;
}
/* from fvwm2, Copyright Dominik Vogt I assume, but it
* was unmarked.
*/
/* from fvwm2, Copyright Matthias Clasen, Dominik Vogt */
static gboolean
convert_property (MetaDisplay *display,
MetaScreen *screen,
@ -3155,9 +3153,7 @@ convert_property (MetaDisplay *display,
return TRUE;
}
/* from fvwm2, Copyright Dominik Vogt I assume, but it
* was unmarked.
*/
/* from fvwm2, Copyright Matthias Clasen, Dominik Vogt */
static void
process_selection_request (MetaDisplay *display,
XEvent *event)

View File

@ -4,7 +4,7 @@
* Copyright (C) 2001, 2002 Havoc Pennington
* Copyright (C) 2002 Red Hat Inc.
* Some ICCCM manager selection code derived from fvwm2,
* Copyright (C) 2001 Dominik Vogt and fvwm2 team
* Copyright (C) 2001 Dominik Vogt, Matthias Clasen, and fvwm2 team
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as