mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00: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 <string.h>
|
||||||
#include <stdlib.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
|
static inline gboolean
|
||||||
is_alt (const gchar *string)
|
is_alt (const gchar *string)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user