Removed this typedef. (glibtop_server): Made the _priv' field a
void *'.
2001-04-20 Martin Baulig <baulig@suse.de> * include/glibtop/glibtop-server.h (glibtop_server_private): Removed this typedef. (glibtop_server): Made the `_priv' field a `void *'.
This commit is contained in:
committed by
Martin Baulig
parent
f4fc67f85c
commit
c5fcc9aad6
@@ -54,7 +54,7 @@ main (int argc, char *argv [])
|
||||
if (backend_common != NULL)
|
||||
glibtop_client_add_backend (client, backend_common);
|
||||
|
||||
backend_sysdeps = glibtop_backend_get ("glibtop-backend-sysdeps",
|
||||
backend_sysdeps = glibtop_backend_get ("glibtop-backend-sysdeps-stub",
|
||||
0, NULL, &error);
|
||||
|
||||
if (error != NULL) {
|
||||
|
Reference in New Issue
Block a user