mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2-219
This commit is contained in:
parent
a48b1659b3
commit
a0b1997e13
@ -838,7 +838,12 @@ gui_ph_handle_window_open(
|
|||||||
static void
|
static void
|
||||||
gui_ph_draw_start( void )
|
gui_ph_draw_start( void )
|
||||||
{
|
{
|
||||||
|
PhGC_t *gc;
|
||||||
|
|
||||||
|
gc = PgGetGC();
|
||||||
PgSetRegion( PtWidgetRid( PtFindDisjoint( gui.vimTextArea ) ) );
|
PgSetRegion( PtWidgetRid( PtFindDisjoint( gui.vimTextArea ) ) );
|
||||||
|
PgClearClippingsCx( gc );
|
||||||
|
PgClearTranslationCx( gc );
|
||||||
|
|
||||||
PtWidgetOffset( gui.vimTextArea, &gui_ph_raw_offset );
|
PtWidgetOffset( gui.vimTextArea, &gui_ph_raw_offset );
|
||||||
PhTranslatePoint( &gui_ph_raw_offset, PtWidgetPos( gui.vimTextArea, NULL ) );
|
PhTranslatePoint( &gui_ph_raw_offset, PtWidgetPos( gui.vimTextArea, NULL ) );
|
||||||
@ -2970,7 +2975,7 @@ gui_mch_init_font(char_u *vim_font_name, int fontset)
|
|||||||
if( vim_font_name == NULL )
|
if( vim_font_name == NULL )
|
||||||
{
|
{
|
||||||
/* Default font */
|
/* Default font */
|
||||||
vim_font_name = "PC Term";
|
vim_font_name = "PC Terminal";
|
||||||
}
|
}
|
||||||
|
|
||||||
if( STRCMP( vim_font_name, "*" ) == 0 )
|
if( STRCMP( vim_font_name, "*" ) == 0 )
|
||||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
219,
|
||||||
/**/
|
/**/
|
||||||
218,
|
218,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user