/[rdesktop]/sourceforge.net/trunk/rdesktop/xwin.c
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/xwin.c

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

revision 537 by matthewc, Fri Oct 31 04:51:10 2003 UTC revision 542 by astrand, Mon Nov 3 13:22:09 2003 UTC
# Line 543  translate24to24(uint8 * data, uint8 * ou Line 543  translate24to24(uint8 * data, uint8 * ou
543                  pixel |= *(data++);                  pixel |= *(data++);
544    
545                  value = make_colour(split_colour24(pixel));                  value = make_colour(split_colour24(pixel));
546                    
547                  if (g_xserver_be)                  if (g_xserver_be)
548                  {                  {
549                          *(out++) = value >> 16;                          *(out++) = value >> 16;
# Line 945  ui_create_window(void) Line 945  ui_create_window(void)
945  void  void
946  ui_destroy_window(void)  ui_destroy_window(void)
947  {  {
         ui_destroy_cursor(g_null_cursor);  
   
948          if (g_IC != NULL)          if (g_IC != NULL)
949                  XDestroyIC(g_IC);                  XDestroyIC(g_IC);
950    

Legend:
Removed from v.537  
changed lines
  Added in v.542

  ViewVC Help
Powered by ViewVC 1.1.26