15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
|
$OpenBSD: shmpatch-screen_h,v 1.1 2003/11/22 00:56:58 espie Exp $
|
||
|
--- screen.h.orig 2003-08-22 14:28:43.000000000 +0200
|
||
|
+++ screen.h 2003-11-17 23:37:54.000000000 +0100
|
||
|
@@ -288,6 +288,10 @@ struct baud_values
|
||
|
int sym; /* symbol defined in ttydev.h */
|
||
|
};
|
||
|
|
||
|
+#ifdef IPC_EXPORT_IMAGE
|
||
|
+char *shm; /* pointer to shared memory segment */
|
||
|
+#endif
|
||
|
+
|
||
|
/*
|
||
|
* windowlist orders
|
||
|
*/
|