MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / xmessagePresent

Function xmessagePresent

lib/imgui/addon/imguitinyfiledialogs.cpp:2049–2057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2047
2048
2049static int xmessagePresent ( )
2050{
2051 static int lXmessagePresent = -1 ;
2052 if ( lXmessagePresent < 0 )
2053 {
2054 lXmessagePresent = detectPresence("xmessage");/*if not tty,not on osxpath*/
2055 }
2056 return lXmessagePresent && graphicMode ( ) ;
2057}
2058
2059
2060static int gxmessagePresent ( )

Callers 1

messageBoxFunction · 0.85

Calls 2

detectPresenceFunction · 0.85
graphicModeFunction · 0.85

Tested by

no test coverage detected