mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e6b03c6389
ghfaxviewer is the fax viewer. PR: 30470 Submitted by: Dominik Brettnacher <domi@saargate.de>
12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
--- 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,
|