SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
29
x11/afterstep/patches/patch-libAfterStep_mylook_c
Normal file
29
x11/afterstep/patches/patch-libAfterStep_mylook_c
Normal file
|
@ -0,0 +1,29 @@
|
|||
--- libAfterStep/mylook.c.orig
|
||||
+++ libAfterStep/mylook.c
|
||||
@@ -843,7 +843,7 @@ MyStyle *mylook_get_style (MyLook * look, const char *
|
||||
return NULL;
|
||||
}
|
||||
|
||||
-inline MyDesktopConfig *mylook_get_desk_config (MyLook * look, long desk)
|
||||
+MyDesktopConfig *mylook_get_desk_config (MyLook * look, long desk)
|
||||
{
|
||||
if (look) {
|
||||
ASHashData hdata = { 0 };
|
||||
@@ -856,7 +856,7 @@ inline MyDesktopConfig *mylook_get_desk_config (MyLook
|
||||
}
|
||||
|
||||
|
||||
-inline MyBackground *mylook_get_desk_back (MyLook * look, long desk)
|
||||
+MyBackground *mylook_get_desk_back (MyLook * look, long desk)
|
||||
{
|
||||
MyBackground *myback = NULL;
|
||||
|
||||
@@ -888,7 +888,7 @@ inline MyBackground *mylook_get_desk_back (MyLook * lo
|
||||
}
|
||||
|
||||
|
||||
-inline MyBackground *mylook_get_back (MyLook * look, char *name)
|
||||
+MyBackground *mylook_get_back (MyLook * look, char *name)
|
||||
{
|
||||
ASHashData hdata = { 0 };
|
||||
if (look && name)
|
Loading…
Add table
Add a link
Reference in a new issue