de7a000e83
VTWM is a X11 window manager based on TWM. It adds support for a virtual desktop, processing configuration files using m4, support for sound effects using rplay, and 3D buttons, frames, titlebars, etc. VTWM also has support for regular expressions in the configuration files.
13 lines
243 B
Text
13 lines
243 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2005/11/06 00:43:11 minskim Exp $
|
|
|
|
--- gram.y.orig 2005-05-16 21:19:48.000000000 -0400
|
|
+++ gram.y
|
|
@@ -116,7 +116,7 @@ extern int SetSound();
|
|
*
|
|
* djhjr - 1/16/98
|
|
*/
|
|
-extern int yylineno;
|
|
+int yylineno;
|
|
|
|
%}
|
|
|