summaryrefslogtreecommitdiff
path: root/src/nsterm.m
diff options
context:
space:
mode:
authorAlexander Gramiak <agrambot@gmail.com>2019-04-17 08:39:11 -0600
committerAlexander Gramiak <agrambot@gmail.com>2019-04-17 08:39:11 -0600
commit23e78f951335538b9be458f171aaf26735193443 (patch)
treee1ec3ae38028abfd6aa98bd02dafcab402ab7048 /src/nsterm.m
parentbf8fff033a91ae7e74ae019d193111995c8ef7c7 (diff)
downloademacs-23e78f951335538b9be458f171aaf26735193443.tar.gz
fixup! Rename non-X x_* identifiers 2
Diffstat (limited to 'src/nsterm.m')
-rw-r--r--src/nsterm.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index e26feca36dc..cdf1916e71b 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -5211,7 +5211,7 @@ ns_delete_terminal (struct terminal *terminal)
block_input ();
- gui_destroy_all_bitmaps (dpyinfo);
+ image_destroy_all_bitmaps (dpyinfo);
ns_delete_display (dpyinfo);
unblock_input ();
}