]> git.eshelyaron.com Git - emacs.git/commit
Simplify gdk_monitor_get_model string duplication
authorAlexander Gramiak <agrambot@gmail.com>
Sun, 14 Apr 2019 14:41:48 +0000 (08:41 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Sun, 14 Apr 2019 14:56:10 +0000 (08:56 -0600)
commit890440a44cd5f4f09742f521c7783785d114fffc
treeee808cddf0c1ac69dcb6c8d6a4584930a4f7a93f
parent29b36a007ae04839a4c29c62b2b1ee7940a8539a
Simplify gdk_monitor_get_model string duplication

* src/xfns.c (x-display-monitor-attributes-list): Use dupstring over
explicit if/xstrdup.

* src/frame.c (free_monitors): Remove redundant check for NULL.
src/frame.c
src/xfns.c