mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 17:20:07 +00:00
Enclose in #ifdef G_ENABLE_DEBUG, as they use functions only available
2002-11-25 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (print_event_state, print_window_state, print_event): Enclose in #ifdef G_ENABLE_DEBUG, as they use functions only available with G_ENABLE_DEBUG, and are called only when G_ENABLE_DEBUG. (#99494, Arnaud Charlet)
This commit is contained in:
parent
ddfe34c7b0
commit
8c782e730d
@ -1,3 +1,11 @@
|
||||
2002-11-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (print_event_state,
|
||||
print_window_state, print_event): Enclose in #ifdef
|
||||
G_ENABLE_DEBUG, as they use functions only available with
|
||||
G_ENABLE_DEBUG, and are called only when G_ENABLE_DEBUG. (#99494,
|
||||
Arnaud Charlet)
|
||||
|
||||
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-11-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (print_event_state,
|
||||
print_window_state, print_event): Enclose in #ifdef
|
||||
G_ENABLE_DEBUG, as they use functions only available with
|
||||
G_ENABLE_DEBUG, and are called only when G_ENABLE_DEBUG. (#99494,
|
||||
Arnaud Charlet)
|
||||
|
||||
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-11-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (print_event_state,
|
||||
print_window_state, print_event): Enclose in #ifdef
|
||||
G_ENABLE_DEBUG, as they use functions only available with
|
||||
G_ENABLE_DEBUG, and are called only when G_ENABLE_DEBUG. (#99494,
|
||||
Arnaud Charlet)
|
||||
|
||||
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-11-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (print_event_state,
|
||||
print_window_state, print_event): Enclose in #ifdef
|
||||
G_ENABLE_DEBUG, as they use functions only available with
|
||||
G_ENABLE_DEBUG, and are called only when G_ENABLE_DEBUG. (#99494,
|
||||
Arnaud Charlet)
|
||||
|
||||
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-11-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (print_event_state,
|
||||
print_window_state, print_event): Enclose in #ifdef
|
||||
G_ENABLE_DEBUG, as they use functions only available with
|
||||
G_ENABLE_DEBUG, and are called only when G_ENABLE_DEBUG. (#99494,
|
||||
Arnaud Charlet)
|
||||
|
||||
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-11-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (print_event_state,
|
||||
print_window_state, print_event): Enclose in #ifdef
|
||||
G_ENABLE_DEBUG, as they use functions only available with
|
||||
G_ENABLE_DEBUG, and are called only when G_ENABLE_DEBUG. (#99494,
|
||||
Arnaud Charlet)
|
||||
|
||||
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
|
||||
|
@ -987,6 +987,8 @@ build_keyrelease_event (GdkEvent *event,
|
||||
event->key.length = 0;
|
||||
}
|
||||
|
||||
#ifdef G_ENABLE_DEBUG
|
||||
|
||||
static void
|
||||
print_event_state (gint state)
|
||||
{
|
||||
@ -1134,6 +1136,8 @@ print_event (GdkEvent *event)
|
||||
g_print ("\n");
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
static gboolean
|
||||
gdk_window_is_child (GdkWindow *parent,
|
||||
GdkWindow *window)
|
||||
|
Loading…
Reference in New Issue
Block a user