mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 16:16:20 -05:00
accel-parse: Add a notice about where the code came from
This commit is contained in:
parent
4d4ecae2a1
commit
a7d4713393
@ -30,6 +30,10 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/* This is copied from GTK+ and modified to work with mutter's
|
||||
* internal structures. Originating code comes from gtk/gtkaccelgroup.c
|
||||
*/
|
||||
|
||||
static inline gboolean
|
||||
is_alt (const gchar *string)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user