Mercurial > hg > xemacs-beta
comparison src/device-gtk.c @ 4962:e813cf16c015
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 05:29:05 -0600 |
parents | 304aebb79cd3 b3ce27ca7647 |
children | 16112448d484 4aebb0131297 |
comparison
equal
deleted
inserted
replaced
4961:b90f8cf474e0 | 4962:e813cf16c015 |
---|---|
744 Vgtk_initial_argv_list = Qnil; | 744 Vgtk_initial_argv_list = Qnil; |
745 | 745 |
746 Qgtk_seen_characters = Qnil; | 746 Qgtk_seen_characters = Qnil; |
747 } | 747 } |
748 | 748 |
749 #include <gdk/gdkx.h> | 749 #include "sysgdkx.h" |
750 | |
750 static void | 751 static void |
751 gtk_device_init_x_specific_cruft (struct device *d) | 752 gtk_device_init_x_specific_cruft (struct device *d) |
752 { | 753 { |
753 DEVICE_INFD (d) = DEVICE_OUTFD (d) = ConnectionNumber (GDK_DISPLAY ()); | 754 DEVICE_INFD (d) = DEVICE_OUTFD (d) = ConnectionNumber (GDK_DISPLAY ()); |
754 } | 755 } |