mirror of
https://github.com/brl/mutter.git
synced 2025-07-04 01:54:15 +00:00
add a dummy element to the enum so the signals array is not empty. (breaks
2001-12-03 Laszlo Peter <laca@ireland.sun.com> * src/frames.c: add a dummy element to the enum so the signals array is not empty. (breaks the build with Forte C) * src/window.c: s/__FUNCTION__/G_GNUC_FUNCTION/
This commit is contained in:

committed by
László PÉTER

parent
248487a63c
commit
3f05f34286
@ -148,6 +148,7 @@ static void clear_tip (MetaFrames *frames);
|
||||
|
||||
enum
|
||||
{
|
||||
dummy, /* remove this when you add more signals */
|
||||
LAST_SIGNAL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user