summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-11-25 12:28:08 +0100
committerBenjamin Otte <otte@redhat.com>2010-12-02 20:21:05 +0100
commit4d1604c77de2b97c7759574fb3ca9a400be32403 (patch)
tree55d630e8b124ed991833c1c1fd64c779a2686cdc /gdk/gdkinternals.h
parent1269f8424f935a34d38106527ffce3e2cc8e35d0 (diff)
downloadgtk+-4d1604c77de2b97c7759574fb3ca9a400be32403.tar.gz
gdk: Move window beeps into GdkWindowImpl
One less magic function. Also refactored it to make it easier to implement. It now returns TRUE if it beeped and FALSE if it failed to do so. A default implementation exists that just returns FALSE for all the backends that can't beep windows (read: everything but X11 with XKB - and why on earth do keyboard libs implement beeping?)
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r--gdk/gdkinternals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index 830e5d7a03..8aede53cce 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -356,7 +356,6 @@ gulong _gdk_windowing_window_get_next_serial (GdkDisplay *display);
void _gdk_windowing_window_get_offsets (GdkWindow *window,
gint *x_offset,
gint *y_offset);
-void _gdk_windowing_window_beep (GdkWindow *window);
void _gdk_windowing_get_device_state (GdkDisplay *display,