mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05: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:
parent
248487a63c
commit
3f05f34286
@ -1,3 +1,10 @@
|
|||||||
|
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/
|
||||||
|
|
||||||
2001-11-27 Havoc Pennington <hp@pobox.com>
|
2001-11-27 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/window.c (constrain_position): change so that window can be
|
* src/window.c (constrain_position): change so that window can be
|
||||||
|
@ -148,6 +148,7 @@ static void clear_tip (MetaFrames *frames);
|
|||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
dummy, /* remove this when you add more signals */
|
||||||
LAST_SIGNAL
|
LAST_SIGNAL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -4081,7 +4081,7 @@ read_rgb_icon (MetaWindow *window,
|
|||||||
|
|
||||||
if (sizeof (gulong) != 4)
|
if (sizeof (gulong) != 4)
|
||||||
meta_warning ("%s: Whoops, I think this function may be broken on 64-bit\n",
|
meta_warning ("%s: Whoops, I think this function may be broken on 64-bit\n",
|
||||||
__FUNCTION__);
|
G_GNUC_FUNCTION);
|
||||||
|
|
||||||
meta_error_trap_push (window->display);
|
meta_error_trap_push (window->display);
|
||||||
type = None;
|
type = None;
|
||||||
|
Loading…
Reference in New Issue
Block a user