updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xtdesktop / patchfile.patch
blobaac852ab8317cb24ddca4709b002d375662d667e
1 --- desk.h.orig 2008-04-08 10:15:25.000000000 -0500
2 +++ desk.h 2008-04-07 10:46:18.000000000 -0500
3 @@ -110,7 +110,7 @@
4 void LoadIcons (void);
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;};
12 @@ -128,7 +128,7 @@
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);
20 #endif
21 --- menu.h.orig 2008-04-08 10:15:41.000000000 -0500
22 +++ menu.h 2008-04-07 10:46:48.000000000 -0500
23 @@ -36,7 +36,7 @@
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,
29 XtPointer call_data);
32 --- icon.h.orig 2008-04-08 10:15:33.000000000 -0500
33 +++ icon.h 2008-04-07 10:47:05.000000000 -0500
34 @@ -106,8 +106,8 @@
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);
44 #endif