Raw File
X11Atoms.h
#ifndef ROOT_X11Atoms
#define ROOT_X11Atoms

#include <string>
#include <vector>
#include <map>

#ifndef ROOT_GuiTypes
#include "GuiTypes.h"
#endif

namespace ROOT {
namespace MacOSX {
namespace X11 {

typedef std::map<std::string, Atom_t> name_to_atom_map;

void InitWithPredefinedAtoms(name_to_atom_map &nameToAtom, std::vector<std::string> &atomNames);

}
}
}

#endif
back to top