/[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 677 by n-ki, Mon Apr 26 13:48:39 2004 UTC revision 713 by jsorg71, Wed Jun 16 03:08:55 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 85  void process_cached_pointer_pdu(STREAM s Line 87  void process_cached_pointer_pdu(STREAM s
87  void process_system_pointer_pdu(STREAM s);  void process_system_pointer_pdu(STREAM s);
88  void process_bitmap_updates(STREAM s);  void process_bitmap_updates(STREAM s);
89  void process_palette(STREAM s);  void process_palette(STREAM s);
90    BOOL rdp_loop(BOOL * deactivated, uint32 * ext_disc_reason);
91  void rdp_main_loop(BOOL * deactivated, uint32 * ext_disc_reason);  void rdp_main_loop(BOOL * deactivated, uint32 * ext_disc_reason);
92  BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command,  BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command,
93                   char *directory);                   char *directory);
# Line 153  uint16 ui_get_numlock_state(unsigned int Line 156  uint16 ui_get_numlock_state(unsigned int
156  void reset_modifier_keys(void);  void reset_modifier_keys(void);
157  void rdp_send_scancode(uint32 time, uint16 flags, uint8 scancode);  void rdp_send_scancode(uint32 time, uint16 flags, uint8 scancode);
158  /* xwin.c */  /* xwin.c */
159    void ui_begin_update(void);
160    void ui_end_update(void);
161  BOOL get_key_state(unsigned int state, uint32 keysym);  BOOL get_key_state(unsigned int state, uint32 keysym);
162  BOOL ui_init(void);  BOOL ui_init(void);
163  void ui_deinit(void);  void ui_deinit(void);

Legend:
Removed from v.677  
changed lines
  Added in v.713

  ViewVC Help
Powered by ViewVC 1.1.26