mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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:
parent
eb42281fd4
commit
a535ef6117
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user