X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33d4eef0b9f61adad1f42ace436225ff508c6ea3..f51723055aa4334a355a19e87bb2b478b4204d15:/src/gtk/eggtrayicon.h diff --git a/src/gtk/eggtrayicon.h b/src/gtk/eggtrayicon.h index df604dfeb9..6c199b8599 100644 --- a/src/gtk/eggtrayicon.h +++ b/src/gtk/eggtrayicon.h @@ -1,3 +1,8 @@ +/* + Permission to use this file under wxWindows license granted by + the copyright holder, see eggtrayicon.c for details. + */ + /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* eggtrayicon.h * Copyright (C) 2002 Anders Carlsson @@ -22,7 +27,9 @@ #define __EGG_TRAY_ICON_H__ #include +#ifdef GDK_WINDOWING_X11 #include +#endif G_BEGIN_DECLS @@ -42,10 +49,14 @@ struct _EggTrayIcon guint stamp; +#ifdef GDK_WINDOWING_X11 Atom selection_atom; Atom manager_atom; Atom system_tray_opcode_atom; + Atom orientation_atom; Window manager_window; +#endif + GtkOrientation orientation; }; struct _EggTrayIconClass @@ -67,7 +78,7 @@ guint egg_tray_icon_send_message (EggTrayIcon *icon, void egg_tray_icon_cancel_message (EggTrayIcon *icon, guint id); - +GtkOrientation egg_tray_icon_get_orientation (EggTrayIcon *icon); G_END_DECLS