comparison src/clipboard.c @ 28303:9849df834f1d v8.2.4677

patch 8.2.4677: the Athena GUI support is outdated Commit: https://github.com/vim/vim/commit/0b962e5685edd41b55d5427b894797e725707639 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 3 18:02:37 2022 +0100 patch 8.2.4677: the Athena GUI support is outdated Problem: The Athena GUI support is outdated. Solution: Remove the Athena GUI code.
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Apr 2022 19:15:04 +0200
parents 41e0dcf38521
children d770568e6c98
comparison
equal deleted inserted replaced
28302:d81a8f2db704 28303:9849df834f1d
1352 # include <X11/Xatom.h> 1352 # include <X11/Xatom.h>
1353 # include <X11/Intrinsic.h> 1353 # include <X11/Intrinsic.h>
1354 1354
1355 /* 1355 /*
1356 * Open the application context (if it hasn't been opened yet). 1356 * Open the application context (if it hasn't been opened yet).
1357 * Used for Motif and Athena GUI and the xterm clipboard. 1357 * Used for Motif GUI and the xterm clipboard.
1358 */ 1358 */
1359 void 1359 void
1360 open_app_context(void) 1360 open_app_context(void)
1361 { 1361 {
1362 if (app_context == NULL) 1362 if (app_context == NULL)