mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Use getpagesize()
Sat Apr 30 16:57:23 2005 Soeren Sandmann <sandmann@redhat.com> * process.c (PAGE_SIZE): Use getpagesize() * TODO: More updates
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
914d8bf668
commit
6906804784
@ -33,7 +33,7 @@
|
||||
#include "profile.h"
|
||||
#include "treeviewutils.h"
|
||||
|
||||
/* FIXME */
|
||||
/* FIXME - not10 */
|
||||
#define _(a) a
|
||||
|
||||
#define APPLICATION_NAME "System Profiler"
|
||||
@ -83,7 +83,7 @@ struct Application
|
||||
int timeout_id;
|
||||
int generating_profile;
|
||||
|
||||
gboolean profile_from_file; /* FIXME: This is a kludge. Figure out how
|
||||
gboolean profile_from_file; /* FIXME - not10: This is a kludge. Figure out how
|
||||
* to maintain the application model properly
|
||||
*
|
||||
* The fundamental issue is that the state of
|
||||
@ -199,7 +199,7 @@ update_sensitivity (Application *app)
|
||||
sensitive_start_button);
|
||||
|
||||
#if 0
|
||||
/* FIXME: gtk+ doesn't handle changes in sensitivity in response
|
||||
/* FIXME - not10: gtk+ doesn't handle changes in sensitivity in response
|
||||
* to a click on the same button very well
|
||||
*/
|
||||
gtk_widget_set_sensitive (GTK_WIDGET (app->reset_button),
|
||||
|
||||
Reference in New Issue
Block a user