xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Tue May 5 20:28:21 PDT 2009


 hw/xquartz/pbproxy/app-main.m |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 2d947d17a3ef5fb8cef959bff0eb08b8bb5b6548
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Tue May 5 20:27:53 2009 -0700

    XQuartz: pbproxy standalone: added missing variable declarations.

diff --git a/hw/xquartz/pbproxy/app-main.m b/hw/xquartz/pbproxy/app-main.m
index cb0fa57..d4b43c6 100644
--- a/hw/xquartz/pbproxy/app-main.m
+++ b/hw/xquartz/pbproxy/app-main.m
@@ -50,6 +50,9 @@ static void signal_handler (int sig) {
 }
 
 int main (int argc, const char *argv[]) {
+    const char *s;
+    int i;
+
 #ifdef DEBUG
     printf("pid: %u\n", getpid());
 #endif


More information about the xorg-commit mailing list