diff options
Diffstat (limited to 'comms/ghfaxviewer/files/patch-aa')
-rw-r--r-- | comms/ghfaxviewer/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/ghfaxviewer/files/patch-aa b/comms/ghfaxviewer/files/patch-aa new file mode 100644 index 000000000000..eb698481a3f3 --- /dev/null +++ b/comms/ghfaxviewer/files/patch-aa @@ -0,0 +1,11 @@ +--- src/setup.c.orig Fri Apr 27 22:11:15 2001 ++++ src/setup.c Mon Sep 10 00:08:31 2001 +@@ -143,7 +143,7 @@ + + gerror = NULL; + +- gdk_window_get_root_origin (window, &x, &y); ++ gdk_window_get_position (window, &x, &y); + gdk_window_get_size (window, &width, &height); + + gconf_client_set_int (gc_client, |