1 --- desk.h.orig 2008-04-08 10:15:25.000000000 -0500
2 +++ desk.h 2008-04-07 10:46:18.000000000 -0500
5 void setCheckMountProc (Icon * I);
6 static void procIsMounted (Icon * I);
7 - Boolean Desk::isMounted (char *mnt);
8 + Boolean isMounted (char *mnt);
9 static Boolean procExecJobs (XtPointer D);
10 Boolean ExecJobs (void);
11 inline Pixmap getUPixmap(void){return UnknownPixmap;};
13 inline int getCaptionBorder(void) { return CaptionBorder; };
14 inline int getsnapX (void) { return snapX; };
15 inline int getsnapY (void) { return snapY; };
16 - void Desk::LowerIcons(Icon *I);
17 + void LowerIcons(Icon *I);
21 --- menu.h.orig 2008-04-08 10:15:41.000000000 -0500
22 +++ menu.h 2008-04-07 10:46:48.000000000 -0500
25 void AddCommand (char *item, char *command);
26 void AddProps(char *item, Icon *I);
27 - static void PopupMenu::procExec (Widget w, XtPointer client_data,
28 + static void procExec (Widget w, XtPointer client_data,
32 --- icon.h.orig 2008-04-08 10:15:33.000000000 -0500
33 +++ icon.h 2008-04-07 10:47:05.000000000 -0500
35 void updateMount (Boolean state);
36 inline char* getConfigFile(void) { return ConfigFile; };
37 void checkAccess( char *path, int mode );
38 - void Icon::raiseme (void);
39 - void Icon::lowerme (void);
40 + void raiseme (void);
41 + void lowerme (void);