]> Git Repo - qemu.git/commit
ui/cocoa: Statically allocate dcl
authorAkihiko Odaki <[email protected]>
Fri, 19 Feb 2021 08:44:19 +0000 (17:44 +0900)
committerGerd Hoffmann <[email protected]>
Fri, 19 Feb 2021 14:03:06 +0000 (15:03 +0100)
commitcc7859c370b0e12f176aab3d0034ff7fa8f5a973
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 <[email protected]>
Message-Id: <20210219084419[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
ui/cocoa.m
This page took 0.024841 seconds and 4 git commands to generate.