diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-19 15:44:06 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-19 15:44:06 +0900 |
commit | 171b28947349399d5590210635e57957c80f2876 (patch) | |
tree | fc2c8756b887715f37246301d337defd97b46636 /src/gpu.h | |
parent | b79c513c07be42378167f412fa9bc35303f1a94a (diff) |
GPU情報は文字化(glxinfoを実効出来なければ、スキップ)
Diffstat (limited to 'src/gpu.h')
-rw-r--r-- | src/gpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #ifndef GPU_H #define GPU_H -void display_gpu(); +const char *display_gpu(); #endif |