summaryrefslogtreecommitdiff
path: root/daemon/server.h
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-08-22 19:15:03 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-08-22 19:15:03 +0000
commitd815ebedf37fc0be3bbeea3d7274d963540f6104 (patch)
tree9ded54c64a200f4e86b424f7ad4762bb8f9e327d /daemon/server.h
parent2cd3e7f97694aa1f282ae31b5d4049d89a041947 (diff)
downloadgdm-d815ebedf37fc0be3bbeea3d7274d963540f6104.tar.gz
Make the vt member exist for non-linux systems as well just for kicks. Set
Thu Aug 22 12:23:49 2002 George Lebl <jirka@5z.com> * daemon/gdm.[ch], daemon/server.[ch], daemon/Makefile.am, daemon/getvt.[ch], daemon/xdmcp.c, config/gdm.conf.in: Make the vt member exist for non-linux systems as well just for kicks. Set up a vt allocation thingie (kind of a hack to get a VT higher then a certain number, but oh well). Currently only for linux. And add vt<number> arguments unless there was such an argument added already. This should fix all the problems with people running gdm as a service since all the VT stuff is so horribly broken. Should fix #62997. Adds two keys FirstVT and VTAllocation to control this behaviour.
Diffstat (limited to 'daemon/server.h')
-rw-r--r--daemon/server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/server.h b/daemon/server.h
index a3b3668b..b9c722ca 100644
--- a/daemon/server.h
+++ b/daemon/server.h
@@ -36,7 +36,8 @@ void gdm_server_whack_clients (GdmDisplay *disp);
void gdm_server_checklog (GdmDisplay *disp);
char ** gdm_server_resolve_command_line (GdmDisplay *disp,
- gboolean resolve_handled);
+ gboolean resolve_handled,
+ const char *vtarg);