summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-09-25 13:56:12 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-09-25 13:56:12 +0000
commit54840e0cacca50ed4c1b5934967000fbdf36ccd5 (patch)
treebb3ae33bd3d7c09e789c309655ef7211bd74bffb /x11-wm
parentCorrect the packing list. (diff)
Silence "extra tokens at end of #endif directive" warnings on -CURRENT.
Notes
Notes: svn path=/head/; revision=67127
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/matchbox/files/patch-src_misc.h11
-rw-r--r--x11-wm/matchbox/files/patch-src_toolbar_client.h10
-rw-r--r--x11-wm/matchbox/files/patch-src_wm.h10
3 files changed, 31 insertions, 0 deletions
diff --git a/x11-wm/matchbox/files/patch-src_misc.h b/x11-wm/matchbox/files/patch-src_misc.h
new file mode 100644
index 000000000000..d83e6077794f
--- /dev/null
+++ b/x11-wm/matchbox/files/patch-src_misc.h
@@ -0,0 +1,11 @@
+$FreeBSD$
+
+--- src/misc.h.orig Sun May 26 16:45:09 2002
++++ src/misc.h Wed Sep 25 13:24:24 2002
+@@ -52,5 +52,5 @@ int max_xstringChars(wm *w, int *width,
+ int max_xstringChars(wm *w, int *width, char *txt, XFontStruct* font_info);
+ #endif
+ void scale_icon(Client *c);
+-#endif _MISC_H_
++#endif /* _MISC_H_ */
+
diff --git a/x11-wm/matchbox/files/patch-src_toolbar_client.h b/x11-wm/matchbox/files/patch-src_toolbar_client.h
new file mode 100644
index 000000000000..0c8e4fc85bf3
--- /dev/null
+++ b/x11-wm/matchbox/files/patch-src_toolbar_client.h
@@ -0,0 +1,10 @@
+$FreeBSD$
+
+--- src/toolbar_client.h.orig Wed Feb 13 17:04:26 2002
++++ src/toolbar_client.h Wed Sep 25 13:23:32 2002
+@@ -42,4 +42,4 @@ void toolbar_client_reparent(Client *c);
+ void toolbar_client_redraw(Client *c, Bool use_cache);
+ int toolbar_win_offset(Client *c);
+
+-#endif _TOOLBAR_CLIENT_H_
++#endif /* _TOOLBAR_CLIENT_H_ */
diff --git a/x11-wm/matchbox/files/patch-src_wm.h b/x11-wm/matchbox/files/patch-src_wm.h
new file mode 100644
index 000000000000..3aff920b3eb3
--- /dev/null
+++ b/x11-wm/matchbox/files/patch-src_wm.h
@@ -0,0 +1,10 @@
+$FreeBSD$
+
+--- src/wm.h.orig Mon Jun 24 08:27:44 2002
++++ src/wm.h Wed Sep 25 13:23:43 2002
+@@ -86,4 +86,4 @@ void wm_gravitate(Client *c, int multipl
+ void wm_init_existing(Wm *w);
+ int wm_total_dock_height(Client *c);
+ void wm_toggle_desktop(Wm *w);
+-#endif _WM_H_
++#endif /* _WM_H_ */