Commit 09aa09d0 authored by Seblu's avatar Seblu
Browse files

ajout de ERR_SIGNAL

parent db623cb4
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -46,6 +46,7 @@ enum {
  ERR_THREAD = 9,
  ERR_THREAD = 9,
  ERR_PARSE = 10,
  ERR_PARSE = 10,
  ERR_SCREENSZ = 11,
  ERR_SCREENSZ = 11,
  ERR_SIGNAL = 12,
  ERR_NOMEM = 41,
  ERR_NOMEM = 41,
  ERR_UNKNOWN = 42
  ERR_UNKNOWN = 42
};
};