jdk/src/java.desktop/unix/native/libawt_xawt/xawt/awt_Taskbar.h
changeset 37711 972001566d66
parent 36903 addc2e9d4bd4
child 39855 f8c20b96a710
equal deleted inserted replaced
37710:8d246cbf84b1 37711:972001566d66
    24  */
    24  */
    25 
    25 
    26 #ifndef AWT_TASKBAR_H
    26 #ifndef AWT_TASKBAR_H
    27 #define AWT_TASKBAR_H
    27 #define AWT_TASKBAR_H
    28 
    28 
    29 #include "gtk2_interface.h"
    29 #include "gtk_interface.h"
    30 
    30 
    31 typedef void UnityLauncherEntry;
    31 typedef void UnityLauncherEntry;
    32 typedef void DbusmenuMenuitem;
    32 typedef void DbusmenuMenuitem;
    33 
    33 
    34 static UnityLauncherEntry* (*fp_unity_launcher_entry_get_for_desktop_file) (const gchar* desktop_file);
    34 static UnityLauncherEntry* (*fp_unity_launcher_entry_get_for_desktop_file) (const gchar* desktop_file);