ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/main.C
(Generate patch)

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.354 by root, Mon Feb 21 07:41:02 2011 UTC vs.
Revision 1.357 by sf-exg, Sat Jul 9 13:14:47 2011 UTC

241 scrollBar.destroy (); 241 scrollBar.destroy ();
242 if (gc) XFreeGC (dpy, gc); 242 if (gc) XFreeGC (dpy, gc);
243 243
244 delete drawable; 244 delete drawable;
245 // destroy all windows 245 // destroy all windows
246 if (parent[0]) 246 if (parent)
247 XDestroyWindow (dpy, parent[0]); 247 XDestroyWindow (dpy, parent);
248 248
249 for (int i = 0; i < TOTAL_COLORS; i++) 249 for (int i = 0; i < TOTAL_COLORS; i++)
250 if (ISSET_PIXCOLOR (i)) 250 if (ISSET_PIXCOLOR (i))
251 { 251 {
252 pix_colors_focused [i].free (this); 252 pix_colors_focused [i].free (this);
735 kill (-cmd_pid, SIGWINCH); 735 kill (-cmd_pid, SIGWINCH);
736#endif 736#endif
737} 737}
738 738
739/*----------------------------------------------------------------------*/ 739/*----------------------------------------------------------------------*/
740/* set_fonts () - load and set the various fonts 740/* load and set the various fonts */
741 *
742 * init = 1 - initialize
743 *
744 * fontname == FONT_UP - switch to bigger font
745 * fontname == FONT_DN - switch to smaller font
746 */
747bool 741bool
748rxvt_term::set_fonts () 742rxvt_term::set_fonts ()
749{ 743{
750 rxvt_fontset *fs = new rxvt_fontset (this); 744 rxvt_fontset *fs = new rxvt_fontset (this);
751 rxvt_fontprop prop; 745 rxvt_fontprop prop;
808#else 802#else
809 fontset[style] = fontset[0]; 803 fontset[style] = fontset[0];
810#endif 804#endif
811 } 805 }
812 806
813 if (parent[0]) 807 if (parent)
814 { 808 {
815 resize_all_windows (0, 0, 0); 809 resize_all_windows (0, 0, 0);
816 scr_remap_chars (); 810 scr_remap_chars ();
817 scr_touch (true); 811 scr_touch (true);
818 } 812 }
821} 815}
822 816
823void 817void
824rxvt_term::set_string_property (Atom prop, const char *str, int len) 818rxvt_term::set_string_property (Atom prop, const char *str, int len)
825{ 819{
826 XChangeProperty (dpy, parent[0], 820 XChangeProperty (dpy, parent,
827 prop, XA_STRING, 8, PropModeReplace, 821 prop, XA_STRING, 8, PropModeReplace,
828 (const unsigned char *)str, len >= 0 ? len : strlen (str)); 822 (const unsigned char *)str, len >= 0 ? len : strlen (str));
829} 823}
830 824
831void 825void
833{ 827{
834 XTextProperty ct; 828 XTextProperty ct;
835 829
836 if (XmbTextListToTextProperty (dpy, (char **)&str, 1, XStdICCTextStyle, &ct) >= 0) 830 if (XmbTextListToTextProperty (dpy, (char **)&str, 1, XStdICCTextStyle, &ct) >= 0)
837 { 831 {
838 XSetTextProperty (dpy, parent[0], &ct, prop); 832 XSetTextProperty (dpy, parent, &ct, prop);
839 XFree (ct.value); 833 XFree (ct.value);
840 } 834 }
841} 835}
842 836
843void 837void
844rxvt_term::set_utf8_property (Atom prop, const char *str, int len) 838rxvt_term::set_utf8_property (Atom prop, const char *str, int len)
845{ 839{
846 wchar_t *ws = rxvt_mbstowcs (str, len); 840 wchar_t *ws = rxvt_mbstowcs (str, len);
847 char *s = rxvt_wcstoutf8 (ws); 841 char *s = rxvt_wcstoutf8 (ws);
848 842
849 XChangeProperty (dpy, parent[0], 843 XChangeProperty (dpy, parent,
850 prop, xa[XA_UTF8_STRING], 8, PropModeReplace, 844 prop, xa[XA_UTF8_STRING], 8, PropModeReplace,
851 (const unsigned char *)s, strlen (s)); 845 (const unsigned char *)s, strlen (s));
852 846
853 free (s); 847 free (s);
854 free (ws); 848 free (ws);
1008 1002
1009 // to avoid races between us and the wm, we clear the incremental size hints around the xresizewindow 1003 // to avoid races between us and the wm, we clear the incremental size hints around the xresizewindow
1010 if (set_hint) 1004 if (set_hint)
1011 { 1005 {
1012 szHint.flags &= ~(PBaseSize | PResizeInc); 1006 szHint.flags &= ~(PBaseSize | PResizeInc);
1013 XSetWMNormalHints (dpy, parent[0], &szHint); 1007 XSetWMNormalHints (dpy, parent, &szHint);
1014 szHint.flags |= PBaseSize | PResizeInc; 1008 szHint.flags |= PBaseSize | PResizeInc;
1015 } 1009 }
1016 1010
1017 if (!ignoreparent) 1011 if (!ignoreparent)
1018 { 1012 {
1024 int x, y, x1, y1; 1018 int x, y, x1, y1;
1025 int dx, dy; 1019 int dx, dy;
1026 unsigned int unused_w1, unused_h1, unused_b1, unused_d1; 1020 unsigned int unused_w1, unused_h1, unused_b1, unused_d1;
1027 Window unused_cr; 1021 Window unused_cr;
1028 1022
1029 XTranslateCoordinates (dpy, parent[0], display->root, 1023 XTranslateCoordinates (dpy, parent, display->root,
1030 0, 0, &x, &y, &unused_cr); 1024 0, 0, &x, &y, &unused_cr);
1031 XGetGeometry (dpy, parent[0], &unused_cr, &x1, &y1, 1025 XGetGeometry (dpy, parent, &unused_cr, &x1, &y1,
1032 &unused_w1, &unused_h1, &unused_b1, &unused_d1); 1026 &unused_w1, &unused_h1, &unused_b1, &unused_d1);
1033 /* 1027 /*
1034 * if display->root isn't the parent window, a WM will probably have offset 1028 * if display->root isn't the parent window, a WM will probably have offset
1035 * our position for handles and decorations. Counter it 1029 * our position for handles and decorations. Counter it
1036 */ 1030 */
1053 if (y < y1) /* top half */ 1047 if (y < y1) /* top half */
1054 dy = 0; 1048 dy = 0;
1055 else if (y == y1) /* exact center */ 1049 else if (y == y1) /* exact center */
1056 dy /= 2; 1050 dy /= 2;
1057 1051
1058 XMoveResizeWindow (dpy, parent[0], x + dx, y + dy, 1052 XMoveResizeWindow (dpy, parent, x + dx, y + dy,
1059 szHint.width, szHint.height); 1053 szHint.width, szHint.height);
1060#else 1054#else
1061 XResizeWindow (dpy, parent[0], szHint.width, szHint.height); 1055 XResizeWindow (dpy, parent, szHint.width, szHint.height);
1062#endif 1056#endif
1063 } 1057 }
1064 1058
1065 if (set_hint) 1059 if (set_hint)
1066 XSetWMNormalHints (dpy, parent[0], &szHint); 1060 XSetWMNormalHints (dpy, parent, &szHint);
1067 1061
1068 fix_screen = ncol != prev_ncol || nrow != prev_nrow; 1062 fix_screen = ncol != prev_ncol || nrow != prev_nrow;
1069 1063
1070 if (fix_screen || newwidth != old_width || newheight != old_height) 1064 if (fix_screen || newwidth != old_width || newheight != old_height)
1071 { 1065 {
1307 XRectangle rect, status_rect, needed_rect; 1301 XRectangle rect, status_rect, needed_rect;
1308 unsigned long fg, bg; 1302 unsigned long fg, bg;
1309 const char *p; 1303 const char *p;
1310 char **s; 1304 char **s;
1311 XIMStyles *xim_styles; 1305 XIMStyles *xim_styles;
1312#ifdef ENABLE_XIM_ONTHESPOT
1313 XIMCallback xcb[4];
1314#endif
1315 1306
1316 set_environ (envv); 1307 set_environ (envv);
1317 1308
1318 if (! ((p = XSetLocaleModifiers (modifiers)) && *p)) 1309 if (! ((p = XSetLocaleModifiers (modifiers)) && *p))
1319 return false; 1310 return false;
1459 NULL); 1450 NULL);
1460 } 1451 }
1461#if ENABLE_XIM_ONTHESPOT 1452#if ENABLE_XIM_ONTHESPOT
1462 else if (input_style & XIMPreeditCallbacks) 1453 else if (input_style & XIMPreeditCallbacks)
1463 { 1454 {
1455 XIMCallback xcb[4];
1456
1464 im_set_position (spot); 1457 im_set_position (spot);
1465 1458
1466 xcb[0].client_data = (XPointer)this; xcb[0].callback = (XIMProc)xim_preedit_start; 1459 xcb[0].client_data = (XPointer)this; xcb[0].callback = (XIMProc)xim_preedit_start;
1467 xcb[1].client_data = (XPointer)this; xcb[1].callback = (XIMProc)xim_preedit_done; 1460 xcb[1].client_data = (XPointer)this; xcb[1].callback = (XIMProc)xim_preedit_done;
1468 xcb[2].client_data = (XPointer)this; xcb[2].callback = (XIMProc)xim_preedit_draw; 1461 xcb[2].client_data = (XPointer)this; xcb[2].callback = (XIMProc)xim_preedit_draw;
1483#endif 1476#endif
1484 1477
1485 Input_Context = XCreateIC (xim, 1478 Input_Context = XCreateIC (xim,
1486 XNInputStyle, input_style, 1479 XNInputStyle, input_style,
1487 XNClientWindow, vt, 1480 XNClientWindow, vt,
1488 XNFocusWindow, parent[0], 1481 XNFocusWindow, parent,
1489 preedit_attr ? XNPreeditAttributes : NULL, 1482 preedit_attr ? XNPreeditAttributes : NULL,
1490 preedit_attr, 1483 preedit_attr,
1491 status_attr ? XNStatusAttributes : NULL, 1484 status_attr ? XNStatusAttributes : NULL,
1492 status_attr, NULL); 1485 status_attr, NULL);
1493 1486
1622 1615
1623void 1616void
1624rxvt_term::get_window_origin (int &x, int &y) 1617rxvt_term::get_window_origin (int &x, int &y)
1625{ 1618{
1626 Window cr; 1619 Window cr;
1627 XTranslateCoordinates (dpy, parent[0], display->root, 0, 0, &x, &y, &cr); 1620 XTranslateCoordinates (dpy, parent, display->root, 0, 0, &x, &y, &cr);
1628} 1621}
1629 1622
1630Pixmap 1623Pixmap
1631rxvt_term::get_pixmap_property (Atom property) 1624rxvt_term::get_pixmap_property (Atom property)
1632{ 1625{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines