diff options
author | trevor <trevor@FreeBSD.org> | 2002-09-25 13:56:12 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-09-25 13:56:12 +0000 |
commit | 37192f4c864fb7b13757ee317b12c9512b8f630d (patch) | |
tree | 74ee961040351e94d9630244c5d11950f9aaab6d /x11-wm/matchbox/files | |
parent | b86680d34e021cc0e5ba121a5d0be9f195abb4f2 (diff) | |
download | FreeBSD-ports-37192f4c864fb7b13757ee317b12c9512b8f630d.zip FreeBSD-ports-37192f4c864fb7b13757ee317b12c9512b8f630d.tar.gz |
Silence "extra tokens at end of #endif directive" warnings on -CURRENT.
Diffstat (limited to 'x11-wm/matchbox/files')
-rw-r--r-- | x11-wm/matchbox/files/patch-src_misc.h | 11 | ||||
-rw-r--r-- | x11-wm/matchbox/files/patch-src_toolbar_client.h | 10 | ||||
-rw-r--r-- | x11-wm/matchbox/files/patch-src_wm.h | 10 |
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 0000000..d83e607 --- /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 0000000..0c8e4fc --- /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 0000000..3aff920 --- /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_ */ |