update outdated comment in config.def.h (#105)

we're not using 'background', 'foreground' and 'font' anymore.
see: 0b20783 and f7557c5
master
N-R-K 2021-09-30 13:46:14 +06:00 committed by GitHub
parent 0c66c0e25f
commit 065562d3c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -4,9 +4,8 @@
static const int WIN_WIDTH = 800;
static const int WIN_HEIGHT = 600;
/* colors and font are configured with 'background', 'foreground' and
* 'font' X resource properties.
* See X(7) section Resources and xrdb(1) for more information.
/* colors and font are configured via X resource properties.
* See nsxiv(1), X(7) section Resources and xrdb(1) for more information.
*/
#endif