Re: [dev] ot: C Standard noreturn

2016-09-23 Thread Mahdi Khanalizadeh
Hi, noreturn is part of the C11 header stdnoreturn.h. Either use _Noreturn or include that header beforehand. See: http://en.cppreference.com/w/c/language/_Noreturn Cheers pgpIkErznIOL8.pgp Description: PGP signature

[dev] [dwm] [PATCH] mostly casting changes

2014-12-28 Thread Mahdi Khanalizadeh
or submitting patches, please let me know if I fucked up :)From 6d22ad7aeaefed57efdd50d2a8b28bcf33f908e8 Mon Sep 17 00:00:00 2001 From: Mahdi Khanalizadeh Date: Mon, 29 Dec 2014 03:05:46 +0100 Subject: [PATCH] mostly casting changes --- drw.c | 1 - dwm.c | 9 + 2 files changed, 5

[dev] [dwm] Patch: Updated BUGS file

2012-12-06 Thread Mahdi Khanalizadeh
Hello folks! Apparently a bug I discovered vanished. dwm didn't handle resizing X well (with xrandr -s) for some strange reason, now it does. Attachement removes the bug from the BUGS file. Best regardsdiff --git a/BUGS b/BUGS index 6c9574a..7673d36 100644 --- a/BUGS +++ b/BUGS @@ -1,13 +1,5