Comment 109 for bug 219385

Revision history for this message
In , Bmo-edmorley (bmo-edmorley) wrote :

Comment on attachment 561718
nsWindow.cpp, v5, commit friendly version, r=karlt

Try run failed with:
https://tbpl.mozilla.org/php/getParsedLog.php?id=6500092&tree=Try#error0
{
In file included from ../../../../widget/src/gtk2/nsWindow.cpp:89:0:
../../../../widget/src/gtk2/gtk2compat.h: In function 'gboolean gdk_window_is_destroyed(GdkWindow*)':
../../../../widget/src/gtk2/gtk2compat.h:115:94: error: 'mGdkWindow' was not declared in this scope
../../../../widget/src/gtk2/gtk2compat.h: In function 'gint gdk_visual_get_depth(GdkVisual*)':
../../../../widget/src/gtk2/gtk2compat.h:123:10: error: 'depth' was not declared in this scope
../../../../widget/src/gtk2/nsWindow.cpp: In member function 'virtual gfxASurface* nsWindow::GetThebesSurface()':
../../../../widget/src/gtk2/nsWindow.cpp:6705:44: error: 'gdk_window_get_width' was not declared in this scope
../../../../widget/src/gtk2/nsWindow.cpp:6706:46: error: 'gdk_window_get_height' was not declared in this scope
../../../../widget/src/gtk2/gtk2compat.h: In function 'gint gdk_visual_get_depth(GdkVisual*)':
../../../../widget/src/gtk2/gtk2compat.h:124:1: error: control reaches end of non-void function
../../../../widget/src/gtk2/gtk2compat.h: In function 'gboolean gdk_window_is_destroyed(GdkWindow*)':
../../../../widget/src/gtk2/gtk2compat.h:116:1: error: control reaches end of non-void function
make[7]: *** [nsWindow.o] Error 1
}