by "guint".
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38741
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// It shall return the time which was used to set the data.
if (selection_data->target == g_timestampAtom)
{
// It shall return the time which was used to set the data.
if (selection_data->target == g_timestampAtom)
{
- uint timestamp = GPOINTER_TO_UINT (signal_data);
+ guint timestamp = GPOINTER_TO_UINT (signal_data);
gtk_selection_data_set(selection_data,
GDK_SELECTION_TYPE_INTEGER,
32,
gtk_selection_data_set(selection_data,
GDK_SELECTION_TYPE_INTEGER,
32,
// It shall return the time which was used to set the data.
if (selection_data->target == g_timestampAtom)
{
// It shall return the time which was used to set the data.
if (selection_data->target == g_timestampAtom)
{
- uint timestamp = GPOINTER_TO_UINT (signal_data);
+ guint timestamp = GPOINTER_TO_UINT (signal_data);
gtk_selection_data_set(selection_data,
GDK_SELECTION_TYPE_INTEGER,
32,
gtk_selection_data_set(selection_data,
GDK_SELECTION_TYPE_INTEGER,
32,