/[rdesktop]/sourceforge.net/trunk/rdesktop/proto.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/proto.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 676 by astrand, Tue Apr 20 07:01:21 2004 UTC revision 683 by n-ki, Tue Apr 27 12:55:33 2004 UTC
# Line 31  NTSTATUS disk_query_information(HANDLE h Line 31  NTSTATUS disk_query_information(HANDLE h
31  NTSTATUS disk_set_information(HANDLE handle, uint32 info_class, STREAM in, STREAM out);  NTSTATUS disk_set_information(HANDLE handle, uint32 info_class, STREAM in, STREAM out);
32  NTSTATUS disk_query_volume_information(HANDLE handle, uint32 info_class, STREAM out);  NTSTATUS disk_query_volume_information(HANDLE handle, uint32 info_class, STREAM out);
33  NTSTATUS disk_query_directory(HANDLE handle, uint32 info_class, char *pattern, STREAM out);  NTSTATUS disk_query_directory(HANDLE handle, uint32 info_class, char *pattern, STREAM out);
34    /* mppc.c */
35    int mppc_expand(uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen);
36  /* ewmhints.c */  /* ewmhints.c */
37  int get_current_workarea(uint32 * x, uint32 * y, uint32 * width, uint32 * height);  int get_current_workarea(uint32 * x, uint32 * y, uint32 * width, uint32 * height);
38  /* iso.c */  /* iso.c */
# Line 157  BOOL get_key_state(unsigned int state, u Line 159  BOOL get_key_state(unsigned int state, u
159  BOOL ui_init(void);  BOOL ui_init(void);
160  void ui_deinit(void);  void ui_deinit(void);
161  BOOL ui_create_window(void);  BOOL ui_create_window(void);
162    void ui_resize_window(void);
163  void ui_destroy_window(void);  void ui_destroy_window(void);
164  void xwin_toggle_fullscreen(void);  void xwin_toggle_fullscreen(void);
165  int ui_select(int rdp_socket);  int ui_select(int rdp_socket);

Legend:
Removed from v.676  
changed lines
  Added in v.683

  ViewVC Help
Powered by ViewVC 1.1.26