]> git.saurik.com Git - wxWidgets.git/commitdiff
Replaced "uint" (which may be or may not be defined depending on platform)
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 15 Apr 2006 10:01:21 +0000 (10:01 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 15 Apr 2006 10:01:21 +0000 (10:01 +0000)
        by "guint".

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/clipbrd.cpp
src/gtk1/clipbrd.cpp

index 7fc00a539ec9a8a74bc99bf28c55dc4a1ba61aa1..cca926b36a38936956ff3a75617ded63d1e6d0f4 100644 (file)
@@ -256,7 +256,7 @@ selection_handler( GtkWidget *WXUNUSED(widget),
     // 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,
index 43b4ccea5e2e618f0c0af00d471d940b5826efa3..9f06257b3d91cc1f713d2e8fe623df9ff45dad19 100644 (file)
@@ -257,7 +257,7 @@ selection_handler( GtkWidget *WXUNUSED(widget),
     // 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,