ui/cocoa: Statically allocate dcl
commitcc7859c370b0e12f176aab3d0034ff7fa8f5a973
authorAkihiko Odaki <akihiko.odaki@gmail.com>
Fri, 19 Feb 2021 08:44:19 +0000 (19 17:44 +0900)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 19 Feb 2021 14:03:06 +0000 (19 15:03 +0100)
tree1715f453aba1df3891e2a182c513c6d815951b88
parent4295f8365cbe8b583d1065b046e9d086b4bc54c9
ui/cocoa: Statically allocate dcl

There is no need of dynamic allocation as dcl is a small singleton.
Static allocation reduces code size and makes hacking with ui/cocoa a
bit easier.

Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Message-Id: <20210219084419.90181-1-akihiko.odaki@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/cocoa.m