#ifndef _TOPMENU_GLOBAL_H_ #define _TOPMENU_GLOBAL_H_ /* Private definitions that are common to entire project. */ #include "config.h" /** The window ID of this top level's window attached menu window. */ #define ATOM_TOPMENU_WINDOW "_TOPMENU_WINDOW" /** The X11 selection that is used to indicate the current server widget. */ #define ATOM_TOPMENU_SERVER_SELECTION "_TOPMENU_SERVER" /** Event sent from server widget to current client, to indicate a change of background */ #define ATOM_TOPMENU_BACKGROUND_CHANGE "_TOPMENU_BACKGROUND_CHANGE" #endif