summaryrefslogtreecommitdiff
path: root/x11-wm/obpager/files/patch-src_OBPager.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/obpager/files/patch-src_OBPager.h')
-rw-r--r--x11-wm/obpager/files/patch-src_OBPager.h11
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();