diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-14 14:36:58 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-14 14:36:58 +0000 |
commit | 2eb9bbf5a5bfcff4c5cc9bbcd8c85d8c07591fc6 (patch) | |
tree | 5a40b7d14415a73b946e63713c7c7a797efa2e17 /x11-wm/obpager/files/patch-src_OBPager.h | |
parent | - use STAGEDIR (diff) |
- STAGE-clean
- Add LICENSE
- Fix compiler warnings
Diffstat (limited to 'x11-wm/obpager/files/patch-src_OBPager.h')
-rw-r--r-- | x11-wm/obpager/files/patch-src_OBPager.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/obpager/files/patch-src_OBPager.h b/x11-wm/obpager/files/patch-src_OBPager.h new file mode 100644 index 000000000000..1c81d47f97e0 --- /dev/null +++ b/x11-wm/obpager/files/patch-src_OBPager.h @@ -0,0 +1,11 @@ +--- src/OBPager.h.orig 2014-02-14 15:36:36.000000000 +0100 ++++ src/OBPager.h 2014-02-14 15:37:08.000000000 +0100 +@@ -63,7 +63,7 @@ + ~OBPager(); + + /// Connect to a specified X server display, or the default display +- void connectToXServer(char *displayName = NULL); ++ void connectToXServer(const char *displayName = NULL); + + /// Create and show the X window + void createShowWindow(); |