Thread: Error in struct for GTK+ and Gnome

  1. #1
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058

    Error in struct for GTK+ and Gnome

    The following highlighted statement is causing the following error when I compile with gcc:
    Expected specifier-qualifier list before GdkPixbuf

    Can anybody explain this error to me and suggest a resolution?

    Thanx


    Code:
    struct tray_struct {
      Window manager_window;
      GdkWindow *manager_window_gdk;
      gint screen_height;
      GdkWindow *root_gdk;
      GdkWindow *plug_gdk;
      Window plug_xlib;
      GdkPixbuf *icon_pixbuf;
      Atom system_tray_opcode_atom;
      Atom manager_atom;
    };
    Last edited by BobS0327; 03-29-2006 at 07:08 PM. Reason: typo error

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. (Gnome) X Windows Application Issue
    By stickdeoderant in forum Linux Programming
    Replies: 0
    Last Post: 05-21-2007, 10:41 AM
  2. X Windows / Gnome
    By xddxogm3 in forum Tech Board
    Replies: 5
    Last Post: 05-02-2006, 10:34 AM
  3. GTK+ Gnome desktop system tray app problem
    By BobS0327 in forum Linux Programming
    Replies: 2
    Last Post: 04-01-2006, 09:54 PM
  4. GNOME fonts
    By bludstayne in forum Tech Board
    Replies: 3
    Last Post: 01-20-2004, 09:49 PM
  5. Arguements for gnome?
    By mart_man00 in forum Tech Board
    Replies: 12
    Last Post: 07-30-2003, 04:46 PM