]> git.saurik.com Git - wxWidgets.git/commitdiff
wxGTK2: No need to check for __WXGTK20__ here either (and test cia script again)
authorMart Raudsepp <leio@gentoo.org>
Thu, 6 Apr 2006 12:06:37 +0000 (12:06 +0000)
committerMart Raudsepp <leio@gentoo.org>
Thu, 6 Apr 2006 12:06:37 +0000 (12:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/clipbrd.cpp

index e5aec7830b4a85b0ae521afabffc8e28e872b3e6..7fc00a539ec9a8a74bc99bf28c55dc4a1ba61aa1 100644 (file)
@@ -35,7 +35,7 @@ GdkAtom  g_clipboardAtom   = 0;
 GdkAtom  g_targetsAtom     = 0;
 GdkAtom  g_timestampAtom   = 0;
 
-#if defined(__WXGTK20__) && wxUSE_UNICODE
+#if wxUSE_UNICODE
 extern GdkAtom g_altTextAtom;
 #endif
 
@@ -548,7 +548,7 @@ bool wxClipboard::IsSupported( const wxDataFormat& format )
 
     while (m_waiting) gtk_main_iteration();
 
-#if defined(__WXGTK20__) && wxUSE_UNICODE
+#if wxUSE_UNICODE
     if (!m_formatSupported && format == wxDataFormat(wxDF_UNICODETEXT))
     {
         // Another try with plain STRING format