|
|
|
@ -435,6 +435,27 @@ TQ_EXPORT TQTextCodec * qt_input_mapper = 0;
|
|
|
|
|
|
|
|
|
|
TQ_EXPORT Time tqt_x_time = CurrentTime;
|
|
|
|
|
TQ_EXPORT Time tqt_x_user_time = CurrentTime;
|
|
|
|
|
|
|
|
|
|
void set_tqt_x_time(unsigned long x)
|
|
|
|
|
{
|
|
|
|
|
tqt_x_time = x;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
unsigned long get_tqt_x_time(void)
|
|
|
|
|
{
|
|
|
|
|
return tqt_x_time;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void set_tqt_x_user_time(unsigned long x)
|
|
|
|
|
{
|
|
|
|
|
tqt_x_user_time = x;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
unsigned long get_tqt_x_user_time(void)
|
|
|
|
|
{
|
|
|
|
|
return tqt_x_user_time;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
extern bool qt_check_clipboard_sentinel(); //def in tqclipboard_x11.cpp
|
|
|
|
|
extern bool qt_check_selection_sentinel(); //def in tqclipboard_x11.cpp
|
|
|
|
|
|
|
|
|
|