doc: remove references to Zaphod mode

This has been removed a long time ago (in 32d9a5b).
This commit is contained in:
Daniel Hahler 2015-07-24 15:20:55 +02:00
parent 9835f73a01
commit 9dad4f59a4
2 changed files with 1 additions and 3 deletions

View File

@ -265,7 +265,6 @@ screen_scan_xinerama(void)
static void screen_scan_x11(void) static void screen_scan_x11(void)
{ {
/* One screen only / Zaphod mode */
lua_State *L = globalconf_get_lua_State(); lua_State *L = globalconf_get_lua_State();
xcb_screen_t *xcb_screen = globalconf.screen; xcb_screen_t *xcb_screen = globalconf.screen;
screen_t *s = screen_new(L); screen_t *s = screen_new(L);

View File

@ -336,8 +336,7 @@ parse_command(lua_State *L, int idx, GError **error)
} }
/** Spawn a program. /** Spawn a program.
* This function is multi-head (Zaphod) aware and will set display to * The program will be started on the default screen.
* the right screen according to mouse position.
* *
* @param cmd The command to launch. * @param cmd The command to launch.
* @param use_sn Use startup-notification, true or false, default to true. * @param use_sn Use startup-notification, true or false, default to true.