Skip to content

Commit 9954c0c

Browse files
committed
FIX: Support tigervnc libvnc.so
1 parent 0ec0f00 commit 9954c0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dix/selection_priv.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ typedef struct {
5858

5959
extern Selection *CurrentSelections;
6060

61-
extern CallbackListPtr SelectionCallback;
6261
extern CallbackListPtr SelectionFilterCallback;
6362

6463
int dixLookupSelection(Selection **result,

include/callback.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,6 @@ CallCallbacks(CallbackListPtr *pcbl, void *call_data)
7979
_CallCallbacks(pcbl, call_data);
8080
}
8181

82+
extern _X_EXPORT CallbackListPtr SelectionCallback;
83+
8284
#endif /* CALLBACK_H */

0 commit comments

Comments
 (0)