blob: 2ae27b92bf59cdac10be56d3ea54e7f4c0b507f0 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | --- gpm-1.20.7.orig/src/headers/daemon.h	2012-10-26 23:21:38.000000000 +0200
+++ gpm-1.20.7/src/headers/daemon.h	2024-02-12 15:22:13.446541463 +0100
@@ -180,7 +180,7 @@ extern struct mouse_features  mouse_tabl
 extern Gpm_Type         mice[];
 extern Gpm_Type         *repeated_type;
 
-time_t                  last_selection_time;
+extern time_t           last_selection_time;
 
 
 
 |