comparison src/device-gtk.c @ 809:285f13b079f3

[xemacs-hg @ 2002-04-07 16:01:30 by wmperry] Make GTK compile again because of lack of device.h/window.h includes.
author wmperry
date Sun, 07 Apr 2002 16:01:32 +0000
parents e38acbeb1cae
children 42375619fa45
comparison
equal deleted inserted replaced
808:aa9a0cd78930 809:285f13b079f3
36 36
37 #include "buffer.h" 37 #include "buffer.h"
38 #include "events.h" 38 #include "events.h"
39 #include "faces.h" 39 #include "faces.h"
40 #include "frame.h" 40 #include "frame.h"
41 #include "device.h"
41 #include "redisplay.h" 42 #include "redisplay.h"
42 #include "sysdep.h" 43 #include "sysdep.h"
43 #include "window.h" 44 #include "window.h"
44 #include "elhash.h" 45 #include "elhash.h"
45 46