From 54840e0cacca50ed4c1b5934967000fbdf36ccd5 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Wed, 25 Sep 2002 13:56:12 +0000 Subject: Silence "extra tokens at end of #endif directive" warnings on -CURRENT. --- x11-wm/matchbox/files/patch-src_misc.h | 11 +++++++++++ x11-wm/matchbox/files/patch-src_toolbar_client.h | 10 ++++++++++ x11-wm/matchbox/files/patch-src_wm.h | 10 ++++++++++ 3 files changed, 31 insertions(+) create mode 100644 x11-wm/matchbox/files/patch-src_misc.h create mode 100644 x11-wm/matchbox/files/patch-src_toolbar_client.h create mode 100644 x11-wm/matchbox/files/patch-src_wm.h 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_ */ -- cgit v1.2.3