Skip to content

Commit

Permalink
Be able to compile under vte 0.36.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetralet committed Jun 25, 2014
1 parent 7ac0cd6 commit 72536e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data.h
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@
// END: vte-0.34.8/src/vtedeprecated.h: GtkAdjustment *vte_terminal_get_adjustment(VteTerminal *terminal) G_GNUC_DEPRECATED;
#define USE_GTK_SCROLLABLE
#endif
#if ! VTE_CHECK_VERSION(0,36,1)
// END: vte-0.36.1/src/vte.h: gboolean vte_terminal_fork_command_full()
#if ! VTE_CHECK_VERSION(0,37,0)
// SINCE: vte-0.37.0/src/vteterminal.h: gboolean vte_terminal_spawn_sync()
#define vte_terminal_spawn_sync(a,b,c,d,e,f,g,h,i,j,k) vte_terminal_fork_command_full(a,b,c,d,e,f,g,h,i,k)
#endif

Expand Down

0 comments on commit 72536e7

Please sign in to comment.