[gtk+/gtk-2-22] Revert "Fix windows build of the branch"
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-22] Revert "Fix windows build of the branch"
- Date: Sun, 29 Aug 2010 16:17:42 +0000 (UTC)
commit af44019bafa768009fe177f79331eb64d59f4133
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Sun Aug 29 18:16:19 2010 +0200
Revert "Fix windows build of the branch"
This reverts commit c7e650ae5d5dbafda5c8f2592170d40a14889211.
gdk/win32/gdkwindow-win32.c | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/gdk/win32/gdkwindow-win32.c b/gdk/win32/gdkwindow-win32.c
index f45c177..afae309 100644
--- a/gdk/win32/gdkwindow-win32.c
+++ b/gdk/win32/gdkwindow-win32.c
@@ -506,12 +506,14 @@ _gdk_window_impl_new (GdkWindow *window,
private = (GdkWindowObject *)window;
GDK_NOTE (MISC,
- g_print ("_gdk_window_impl_new: %s\n",
- (attributes->window_type == GDK_WINDOW_TOPLEVEL ? "TOPLEVEL" :
- (attributes->window_type == GDK_WINDOW_CHILD ? "CHILD" :
- (attributes->window_type == GDK_WINDOW_DIALOG ? "DIALOG" :
- (attributes->window_type == GDK_WINDOW_TEMP ? "TEMP" :
- "???"))))));
+ g_print ("_gdk_window_impl_new: %s %s\n",
+ (private->window_type == GDK_WINDOW_TOPLEVEL ? "TOPLEVEL" :
+ (private->window_type == GDK_WINDOW_CHILD ? "CHILD" :
+ (private->window_type == GDK_WINDOW_DIALOG ? "DIALOG" :
+ (private->window_type == GDK_WINDOW_TEMP ? "TEMP" :
+ "???")))),
+ (attributes->wclass == GDK_INPUT_OUTPUT ? "" : "input-only")),
+ );
/* to ensure to not miss important information some additional check against
* attributes which may silently work on X11 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]