summaryrefslogtreecommitdiff
path: root/src/gpu.h
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-19 15:44:06 +0900
committer諏訪子 <suwako@076.moe>2024-06-19 15:44:06 +0900
commit171b28947349399d5590210635e57957c80f2876 (patch)
treefc2c8756b887715f37246301d337defd97b46636 /src/gpu.h
parentb79c513c07be42378167f412fa9bc35303f1a94a (diff)
GPU情報は文字化(glxinfoを実効出来なければ、スキップ)
Diffstat (limited to 'src/gpu.h')
-rw-r--r--src/gpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu.h b/src/gpu.h
index 0db6e79..0d4a787 100644
--- a/src/gpu.h
+++ b/src/gpu.h
@@ -1,6 +1,6 @@
#ifndef GPU_H
#define GPU_H
-void display_gpu();
+const char *display_gpu();
#endif