Merge branch 'clarify-randr-version' of https://github.com/psychon/awesome
This commit is contained in:
commit
63acf70489
|
@ -54,11 +54,6 @@ eprint_version(void)
|
||||||
#else
|
#else
|
||||||
const char *has_dbus = "✘";
|
const char *has_dbus = "✘";
|
||||||
#endif
|
#endif
|
||||||
#ifdef XCB_RANDR_GET_MONITORS
|
|
||||||
const char *has_RandR15 = "✔";
|
|
||||||
#else
|
|
||||||
const char *has_RandR15 = "✘";
|
|
||||||
#endif
|
|
||||||
#ifdef HAS_EXECINFO
|
#ifdef HAS_EXECINFO
|
||||||
const char *has_execinfo = "✔";
|
const char *has_execinfo = "✔";
|
||||||
#else
|
#else
|
||||||
|
@ -69,11 +64,12 @@ eprint_version(void)
|
||||||
" • Compiled against %s (running with %s)\n"
|
" • Compiled against %s (running with %s)\n"
|
||||||
" • D-Bus support: %s\n"
|
" • D-Bus support: %s\n"
|
||||||
" • execinfo support: %s\n"
|
" • execinfo support: %s\n"
|
||||||
" • RandR 1.5 support: %s\n"
|
" • xcb-randr version: %d.%d\n"
|
||||||
" • LGI version: %s\n",
|
" • LGI version: %s\n",
|
||||||
AWESOME_VERSION, AWESOME_RELEASE,
|
AWESOME_VERSION, AWESOME_RELEASE,
|
||||||
LUA_RELEASE, lua_tostring(L, -2),
|
LUA_RELEASE, lua_tostring(L, -2),
|
||||||
has_dbus, has_execinfo, has_RandR15,
|
has_dbus, has_execinfo,
|
||||||
|
XCB_RANDR_MAJOR_VERSION, XCB_RANDR_MINOR_VERSION,
|
||||||
lua_tostring(L, -1));
|
lua_tostring(L, -1));
|
||||||
lua_close(L);
|
lua_close(L);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue