Home
last modified time | relevance | path

Searched refs:_xwin_window_creator (Results 1 – 2 of 2) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/include/
H A Dxalleg.h160 AL_FUNCPTR (int, _xwin_window_creator, (void));
/dports/devel/allegro/allegro-4.4.3.1/src/x/
H A Dxwin.c510 result = (*_xwin_window_creator)(); in _xwin_create_window()
3062 int (*_xwin_window_creator)(void) = &_xwin_private_create_window; variable