Merge branch 'customlogo' of gitler.moe:suwako/farfetch into customlogo

このコミットが含まれているのは:
守矢諏訪子 2024-08-14 20:36:24 +09:00
コミット e90392170c
3個のファイルの変更3行の追加0行の削除

ファイルの表示

@ -1,5 +1,6 @@
#if defined(__APPLE__)
#include "macos.h"
#include "../config.h"
#include "../packages.h"
#include <string.h>

ファイルの表示

@ -1,5 +1,6 @@
#if defined(__NetBSD__)
#include "netbsd.h"
#include "../config.h"
#include "../resolution.h"
#include "../wm.h"

ファイルの表示

@ -1,5 +1,6 @@
#if defined(__sun)
#include "sunos.h"
#include "../config.h"
#include "../resolution.h"
#include "../wm.h"