comparison: plugins/gaim-remote/remote.c
plugins/gaim-remote/remote.c
- changeset 5873
- 328b60d27240
- parent 5872
- 754c63f29b77
- child 5884
- 23405c547bd4
equal
deleted
inserted
replaced
| 40 #include "gaim.h" |
40 #include "gaim.h" |
| 41 #include "ui.h" |
41 #include "ui.h" |
| 42 |
42 |
| 43 #include <gaim-remote/remote.h> |
43 #include <gaim-remote/remote.h> |
| 44 |
44 |
| 45 #define REMOTE_PLUGIN_ID "core-remote" |
45 #define REMOTE_PLUGIN_ID "gtk-remote" |
| 46 |
46 |
| 47 struct UI { |
47 struct UI { |
| 48 GIOChannel *channel; |
48 GIOChannel *channel; |
| 49 guint inpa; |
49 guint inpa; |
| 50 }; |
50 }; |