CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/10/21 13:22:04
Modified files:
x11/i3 : Makefile
x11/i3/patches : patch-i3-nagbar_main_c
Log message:
With i3 4.14, i3-nagbar was migrated to libi3's draw_util in
https://github.com/i3/i3/commit/8edb4a1f0cbda0127996d5ee85a98e5d1c416515
As a consequence, libcairo may call shmget after pledge. Reproduce with
'i3-nagbar -f whatever'. Thus, postpone the pledge to avoid an abort.
ok dcoppa
