diff options
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libgui/gfx.h | 2 | ||||
-rw-r--r-- | libs/libgui/gui.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/libgui/gfx.h b/libs/libgui/gfx.h index 082fe07..f01a6a2 100644 --- a/libs/libgui/gfx.h +++ b/libs/libgui/gfx.h @@ -9,7 +9,7 @@ #include <sys.h> #include <vec.h> -#define WM_PATH "/bin/wm" +#define WM_PATH "wm" #define GET_ALPHA(color) ((color >> 24) & 0x000000FF) #define GET_RED(color) ((color >> 16) & 0x000000FF) diff --git a/libs/libgui/gui.c b/libs/libgui/gui.c index e8291f5..4e3b4cb 100644 --- a/libs/libgui/gui.c +++ b/libs/libgui/gui.c @@ -8,7 +8,7 @@ #include <list.h> #include <print.h> -#define WM_PATH "/bin/wm" +#define WM_PATH "wm" struct gui_widget { u32 id; |