enlightenment/src/globals.h

7 lines
176 B
C

#ifndef E_GLOBALS_H
#define E_GLOBALS_H
extern Ecore_Event_Key_Modifiers multi_select_mod;
extern Ecore_Event_Key_Modifiers range_select_mod;
extern E_View_Machine *VM;
#endif