comparison src/device-gtk.c @ 545:9a775fb11bb7

[xemacs-hg @ 2001-05-18 04:39:39 by kkm] My 3 patches of 05/01-05/03
author kkm
date Fri, 18 May 2001 04:39:44 +0000
parents 0784d089fdc9
children 183866b06e0b
comparison
equal deleted inserted replaced
544:ffd4d00ff0b6 545:9a775fb11bb7
678 #undef FROB_PIXMAP 678 #undef FROB_PIXMAP
679 679
680 return (result); 680 return (result);
681 } 681 }
682 682
683 static unsigned int
684 gtk_device_implementation_flags (void)
685 {
686 return 0; /* XDEVIMPF_PIXEL_GEOMETRY; */
687 }
688
689 683
690 /************************************************************************/ 684 /************************************************************************/
691 /* initialization */ 685 /* initialization */
692 /************************************************************************/ 686 /************************************************************************/
693 687
715 CONSOLE_HAS_METHOD (gtk, init_device); 709 CONSOLE_HAS_METHOD (gtk, init_device);
716 CONSOLE_HAS_METHOD (gtk, finish_init_device); 710 CONSOLE_HAS_METHOD (gtk, finish_init_device);
717 CONSOLE_HAS_METHOD (gtk, mark_device); 711 CONSOLE_HAS_METHOD (gtk, mark_device);
718 CONSOLE_HAS_METHOD (gtk, delete_device); 712 CONSOLE_HAS_METHOD (gtk, delete_device);
719 CONSOLE_HAS_METHOD (gtk, device_system_metrics); 713 CONSOLE_HAS_METHOD (gtk, device_system_metrics);
720 CONSOLE_HAS_METHOD (gtk, device_implementation_flags); 714 /* CONSOLE_IMPLEMENTATION_FLAGS (gtk, XDEVIMPF_PIXEL_GEOMETRY); */
715 /* I inserted the above commented out statement, as the original
716 implementation of gtk_device_implementation_flags(), which I
717 deleted, contained commented out XDEVIMPF_PIXEL_GEOMETRY - kkm*/
721 } 718 }
722 719
723 void 720 void
724 vars_of_device_gtk (void) 721 vars_of_device_gtk (void)
725 { 722 {