shakaran

gdkdisplay

Feb 21st, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.78 KB | None | 0 0
  1.  warning: implicit declaration of function 'gtk_window_get_display' [-Wimplicit-function-declaration]
  2.  warning: nested extern declaration of 'gtk_window_get_display' [-Wnested-externs]
  3.  warning: passing argument 1 of 'gdk_display_get_device_manager' makes pointer from integer without a cast [enabled by default]
  4. In file included from /opt/gnome/include/gtk-3.0/gdk/gdkscreen.h:32:0,
  5.                  from /opt/gnome/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
  6.                  from /opt/gnome/include/gtk-3.0/gdk/gdk.h:32,
  7.                  from /opt/gnome/include/gtk-3.0/gtk/gtk.h:30,
  8.                  from scrollarea.h:19,
  9.                  from scrollarea.c:19:
  10. /opt/gnome/include/gtk-3.0/gdk/gdkdisplay.h:135:20: note: expected 'struct GdkDisplay *' but argument is of type 'int'
Advertisement
Add Comment
Please, Sign In to add comment