Files
ggobi/ggobi-64bit.patch
Matthias Mailänder 3acd7f74c8 Accepting request 237935 from home:aeszter
GGobi is an open source visualization program for exploring
high-dimensional data. It provides highly dynamic and interactive
graphics such as tours, as well as familiar graphics such as the
scatterplot, barchart and parallel coordinates plots.

OBS-URL: https://build.opensuse.org/request/show/237935
OBS-URL: https://build.opensuse.org/package/show/science/ggobi?expand=0&rev=1
2014-06-18 09:23:13 +00:00

23 lines
785 B
Diff

--- orig/src/splot.c 2011-02-12 18:06:48.000000000 +0100
+++ src/src/splot.c 2013-02-08 16:09:20.866708317 +0100
@@ -932,7 +932,7 @@
if (sp->cursor != NULL)
gdk_cursor_destroy (sp->cursor);
sp->jcursor = (gint) NULL;
- sp->cursor = (gint) NULL;
+ sp->cursor = NULL;
gdk_window_set_cursor (window, NULL);
} else {
sp->jcursor = (gint) jcursor;
--- orig/src/varcircles.c 2011-02-12 18:06:48.000000000 +0100
+++ src/src/varcircles.c 2013-02-08 16:12:45.083873388 +0100
@@ -368,7 +368,7 @@
GtkWidget *vb, *da;
d->vcirc_ui.jcursor = (gint) NULL; /*-- start with the default cursor --*/
- d->vcirc_ui.cursor = (gint) NULL;
+ d->vcirc_ui.cursor = NULL;
/*-- don't pack this in the hpane yet --*/
d->vcirc_ui.ebox = gtk_event_box_new ();