Mercurial > minori
comparison dep/animia/src/win.cc @ 158:80d6b28eb29f
dep/animia: fix most X11 stuff
it looks like _NET_WM_PID isn't supported by MOST clients, or my code is wrong...
core/filesystem: fix Linux config path handling on *nix
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Fri, 17 Nov 2023 02:07:33 -0500 |
| parents | 18c8eb5d1edc |
| children | 2d5823df870f |
comparison
equal
deleted
inserted
replaced
| 157:18c8eb5d1edc | 158:80d6b28eb29f |
|---|---|
| 2 | 2 |
| 3 #ifdef WIN32 | 3 #ifdef WIN32 |
| 4 # include "animia/win/win32.h" | 4 # include "animia/win/win32.h" |
| 5 #elif MACOSX | 5 #elif MACOSX |
| 6 # include "animia/win/quartz.h" | 6 # include "animia/win/quartz.h" |
| 7 #elif X11 | |
| 8 # include "animia/win/x11.h" | |
| 7 #endif | 9 #endif |
| 8 | 10 |
| 9 namespace animia::internal { | 11 namespace animia::internal { |
| 10 | 12 |
| 11 #ifdef WIN32 | 13 #ifdef WIN32 |
