Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11682 Details for
Bug 20628
New ebuild for ctwm window manager.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch for ctwm.
ctwm-3.6-gentoo.diff (text/plain), 1.14 KB, created by
Tobias Anderberg
on 2003-05-08 08:52:45 UTC
(
hide
)
Description:
Patch for ctwm.
Filename:
MIME Type:
Creator:
Tobias Anderberg
Created:
2003-05-08 08:52:45 UTC
Size:
1.14 KB
patch
obsolete
>--- Imakefile-orig 2001-12-11 16:38:52.000000000 +0100 >+++ Imakefile 2003-05-08 14:22:20.000000000 +0200 >@@ -9,7 +9,7 @@ > #undef DEBUG > #undef IMCONV > #undef USE_SOUND >-#define XPM >+#undef XPM > #define USEM4 > #undef X11R6 > #undef I18N >--- gram.y-orig 2001-12-11 16:38:52.000000000 +0100 >+++ gram.y 2003-05-08 13:11:55.000000000 +0200 >@@ -427,6 +427,7 @@ > > | WINDOW_GEOMETRIES { } > wingeom_list >+ ; > > noarg : KEYWORD { if (!do_single_keyword ($1)) { > twmrc_error_prefix(); >@@ -683,8 +684,8 @@ > | wingeom_entries wingeom_entry > ; > >-wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2) } >- >+wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2); } >+ ; > > > squeeze : SQUEEZE_TITLE { >@@ -835,6 +836,7 @@ > AddToClientsList ($1, client); > } > >+ ; > occupy_window_list : LB occupy_window_entries RB {} > ; > >@@ -845,7 +847,7 @@ > occupy_window_entry : string { > AddToClientsList (workspace, $1); > } >- >+ ; > icon_list : LB icon_entries RB {} > ; > >@@ -962,6 +964,7 @@ > RemoveDQuote(ptr); > $$ = (unsigned char*)ptr; > } >+ ; > number : NUMBER { $$ = $1; } > ;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 20628
:
11678
|
11679
|
11680
|
11681
| 11682 |
12033
|
18610
|
18611
|
18612