9348459ce4
ROX-Session is a ROX application which sets up your desktop when you log in and starts any applications you ask it to. It also allows you to set various preferences such as the default font, cursor blinking and mouse behaviour. From Rui-Xiang Guo in PR#17039. Thanks! Slight change to observe hier(7).
12 lines
267 B
Text
12 lines
267 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2002/05/26 20:22:07 cjep Exp $
|
|
|
|
--- session.c.orig Sun May 26 12:25:58 2002
|
|
+++ session.c
|
|
@@ -25,6 +25,7 @@
|
|
#include <sys/wait.h>
|
|
#include <fcntl.h>
|
|
#include <ctype.h>
|
|
+#include <signal.h>
|
|
|
|
#include <gdk/gdkx.h>
|
|
#include <gtk/gtk.h>
|