mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -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>
|
2002-07-10 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* README: couple of updates
|
* README: couple of updates
|
||||||
|
@ -3106,9 +3106,7 @@ find_screen_for_selection (MetaDisplay *display,
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* from fvwm2, Copyright Dominik Vogt I assume, but it
|
/* from fvwm2, Copyright Matthias Clasen, Dominik Vogt */
|
||||||
* was unmarked.
|
|
||||||
*/
|
|
||||||
static gboolean
|
static gboolean
|
||||||
convert_property (MetaDisplay *display,
|
convert_property (MetaDisplay *display,
|
||||||
MetaScreen *screen,
|
MetaScreen *screen,
|
||||||
@ -3155,9 +3153,7 @@ convert_property (MetaDisplay *display,
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* from fvwm2, Copyright Dominik Vogt I assume, but it
|
/* from fvwm2, Copyright Matthias Clasen, Dominik Vogt */
|
||||||
* was unmarked.
|
|
||||||
*/
|
|
||||||
static void
|
static void
|
||||||
process_selection_request (MetaDisplay *display,
|
process_selection_request (MetaDisplay *display,
|
||||||
XEvent *event)
|
XEvent *event)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Copyright (C) 2001, 2002 Havoc Pennington
|
* Copyright (C) 2001, 2002 Havoc Pennington
|
||||||
* Copyright (C) 2002 Red Hat Inc.
|
* Copyright (C) 2002 Red Hat Inc.
|
||||||
* Some ICCCM manager selection code derived from fvwm2,
|
* 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
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License as
|
* modify it under the terms of the GNU General Public License as
|
||||||
|
Loading…
Reference in New Issue
Block a user