Fix build.

2006-08-31  Michael Natterer  <mitch@imendio.com>

	* gdk/x11/gdkwindow-x11.c (gdk_window_beep): Fix build.
This commit is contained in:
Michael Natterer 2006-08-31 08:41:32 +00:00 committed by Michael Natterer
parent 5467cb3cdc
commit 06e446c60d
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-08-31 Michael Natterer <mitch@imendio.com>
* gdk/x11/gdkwindow-x11.c (gdk_window_beep): Fix build.
2006-08-30 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c (gdk_window_beep): Fix build.

View File

@ -6340,9 +6340,8 @@ gdk_window_beep (GdkWindow *window)
0,
None);
else
#else
gdk_display_beep (display);
#endif
gdk_display_beep (display);
}
#define __GDK_WINDOW_X11_C__