Kaydet (Commit) 6a01c784 authored tarafından Caolán McNamara's avatar Caolán McNamara

these ancient baselines are breaking my spirit

Change-Id: I96dbe2c1213c78da1114f9270953334a38c7b2ae
üst a8228c49
...@@ -2875,6 +2875,19 @@ void GtkSalFrame::Sync() ...@@ -2875,6 +2875,19 @@ void GtkSalFrame::Sync()
gdk_display_sync( getGdkDisplay() ); gdk_display_sync( getGdkDisplay() );
} }
#ifndef GDK_Open
#define GDK_Open 0x1008ff6b
#endif
#ifndef GDK_Paste
#define GDK_Paste 0x1008ff6d
#endif
#ifndef GDK_Copy
#define GDK_Copy 0x1008ff57
#endif
#ifndef GDK_Cut
#define GDK_Cut 0x1008ff58
#endif
void GtkSalFrame::KeyCodeToGdkKey(const vcl::KeyCode& rKeyCode, void GtkSalFrame::KeyCodeToGdkKey(const vcl::KeyCode& rKeyCode,
guint* pGdkKeyCode, GdkModifierType *pGdkModifiers) guint* pGdkKeyCode, GdkModifierType *pGdkModifiers)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment