diff options
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/src/xselect.c b/src/xselect.c index 92460d115db..33ff366b89c 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -80,19 +80,6 @@ static void lisp_data_to_selection_data (struct x_display_info *, Lisp_Object, | |||
| 80 | #define TRACE2(fmt, a0, a1) (void) 0 | 80 | #define TRACE2(fmt, a0, a1) (void) 0 |
| 81 | #endif | 81 | #endif |
| 82 | 82 | ||
| 83 | |||
| 84 | static Lisp_Object QSECONDARY, QSTRING, QINTEGER, QCLIPBOARD, QTIMESTAMP, | ||
| 85 | QTEXT, QDELETE, QMULTIPLE, QINCR, QEMACS_TMP, QTARGETS, QATOM, QNULL, | ||
| 86 | QATOM_PAIR, QCLIPBOARD_MANAGER, QSAVE_TARGETS; | ||
| 87 | |||
| 88 | static Lisp_Object QCOMPOUND_TEXT; /* This is a type of selection. */ | ||
| 89 | static Lisp_Object QUTF8_STRING; /* This is a type of selection. */ | ||
| 90 | |||
| 91 | static Lisp_Object Qcompound_text_with_extensions; | ||
| 92 | |||
| 93 | static Lisp_Object Qforeign_selection; | ||
| 94 | static Lisp_Object Qx_lost_selection_functions, Qx_sent_selection_functions; | ||
| 95 | |||
| 96 | /* Bytes needed to represent 'long' data. This is as per libX11; it | 83 | /* Bytes needed to represent 'long' data. This is as per libX11; it |
| 97 | is not necessarily sizeof (long). */ | 84 | is not necessarily sizeof (long). */ |
| 98 | #define X_LONG_SIZE 4 | 85 | #define X_LONG_SIZE 4 |
| @@ -2687,8 +2674,11 @@ A value of 0 means wait as long as necessary. This is initialized from the | |||
| 2687 | DEFSYM (QCLIPBOARD, "CLIPBOARD"); | 2674 | DEFSYM (QCLIPBOARD, "CLIPBOARD"); |
| 2688 | DEFSYM (QTIMESTAMP, "TIMESTAMP"); | 2675 | DEFSYM (QTIMESTAMP, "TIMESTAMP"); |
| 2689 | DEFSYM (QTEXT, "TEXT"); | 2676 | DEFSYM (QTEXT, "TEXT"); |
| 2677 | |||
| 2678 | /* These are types of selection. */ | ||
| 2690 | DEFSYM (QCOMPOUND_TEXT, "COMPOUND_TEXT"); | 2679 | DEFSYM (QCOMPOUND_TEXT, "COMPOUND_TEXT"); |
| 2691 | DEFSYM (QUTF8_STRING, "UTF8_STRING"); | 2680 | DEFSYM (QUTF8_STRING, "UTF8_STRING"); |
| 2681 | |||
| 2692 | DEFSYM (QDELETE, "DELETE"); | 2682 | DEFSYM (QDELETE, "DELETE"); |
| 2693 | DEFSYM (QMULTIPLE, "MULTIPLE"); | 2683 | DEFSYM (QMULTIPLE, "MULTIPLE"); |
| 2694 | DEFSYM (QINCR, "INCR"); | 2684 | DEFSYM (QINCR, "INCR"); |