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

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.95 by root, Sun Jan 29 20:51:28 2006 UTC vs.
Revision 1.98 by root, Mon Feb 6 05:40:15 2006 UTC

80new_ref (HV *hv, const char *klass) 80new_ref (HV *hv, const char *klass)
81{ 81{
82 return sv_bless (newRV ((SV *)hv), gv_stashpv (klass, 1)); 82 return sv_bless (newRV ((SV *)hv), gv_stashpv (klass, 1));
83} 83}
84 84
85//TODO: use magic
86static SV * 85static SV *
87newSVptr (void *ptr, const char *klass) 86newSVptr (void *ptr, const char *klass)
88{ 87{
89 HV *hv = newHV (); 88 HV *hv = newHV ();
90 sv_magic ((SV *)hv, 0, PERL_MAGIC_ext, (char *)ptr, 0); 89 sv_magic ((SV *)hv, 0, PERL_MAGIC_ext, (char *)ptr, 0);
494static void 493static void
495ungrab (rxvt_term *THIS) 494ungrab (rxvt_term *THIS)
496{ 495{
497 if (THIS->perl.grabtime) 496 if (THIS->perl.grabtime)
498 { 497 {
499 XUngrabKeyboard (THIS->xdisp, THIS->perl.grabtime); 498 XUngrabKeyboard (THIS->dpy, THIS->perl.grabtime);
500 XUngrabPointer (THIS->xdisp, THIS->perl.grabtime); 499 XUngrabPointer (THIS->dpy, THIS->perl.grabtime);
501 THIS->perl.grabtime = 0; 500 THIS->perl.grabtime = 0;
502 } 501 }
503} 502}
504 503
505bool 504bool
763# include "optinc.h" 762# include "optinc.h"
764# undef nodef 763# undef nodef
765# undef def 764# undef def
766 765
767 HV *stash = gv_stashpv ("urxvt", 1); 766 HV *stash = gv_stashpv ("urxvt", 1);
768 struct { 767 static const struct {
769 const char *name; 768 const char *name;
770 IV iv; 769 IV iv;
771 } *civ, const_iv[] = { 770 } *civ, const_iv[] = {
772# define const_iv(name) { # name, (IV)name } 771# define const_iv(name) { # name, (IV)name }
773 const_iv (DEFAULT_RSTYLE), 772 const_iv (DEFAULT_RSTYLE),
883 const_iv (XIMDontChange), 882 const_iv (XIMDontChange),
884# endif 883# endif
885# endif 884# endif
886 }; 885 };
887 886
888 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); 887 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
889 civ-- > const_iv; )
890 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 888 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
891} 889}
892 890
893void 891void
894warn (const char *msg) 892warn (const char *msg)
925 RETVAL 923 RETVAL
926 924
927int 925int
928SET_FGCOLOR (int rend, int new_color) 926SET_FGCOLOR (int rend, int new_color)
929 CODE: 927 CODE:
930 RETVAL = SET_FGCOLOR (rend, new_color); 928 RETVAL = SET_FGCOLOR (rend, clamp (new_color, 0, TOTAL_COLORS - 1));
931 OUTPUT: 929 OUTPUT:
932 RETVAL 930 RETVAL
933 931
934int 932int
935SET_BGCOLOR (int rend, int new_color) 933SET_BGCOLOR (int rend, int new_color)
936 CODE: 934 CODE:
937 RETVAL = SET_BGCOLOR (rend, new_color); 935 RETVAL = SET_BGCOLOR (rend, clamp (new_color, 0, TOTAL_COLORS - 1));
938 OUTPUT: 936 OUTPUT:
939 RETVAL 937 RETVAL
940 938
941int 939int
942GET_CUSTOM (int rend) 940GET_CUSTOM (int rend)
1020 THIS->perl.should_invoke [htype] += inc; 1018 THIS->perl.should_invoke [htype] += inc;
1021 1019
1022void 1020void
1023rxvt_term::grab_button (int button, U32 modifiers, Window window = THIS->vt) 1021rxvt_term::grab_button (int button, U32 modifiers, Window window = THIS->vt)
1024 CODE: 1022 CODE:
1025 XGrabButton (THIS->xdisp, button, modifiers, window, 1, 1023 XGrabButton (THIS->dpy, button, modifiers, window, 1,
1026 ButtonPressMask | ButtonReleaseMask | EnterWindowMask | LeaveWindowMask | PointerMotionMask, 1024 ButtonPressMask | ButtonReleaseMask | EnterWindowMask | LeaveWindowMask | PointerMotionMask,
1027 GrabModeSync, GrabModeSync, None, GRAB_CURSOR); 1025 GrabModeSync, GrabModeSync, None, GRAB_CURSOR);
1028 1026
1029void 1027void
1030rxvt_term::ungrab_button (int button, U32 modifiers, Window window = THIS->vt) 1028rxvt_term::ungrab_button (int button, U32 modifiers, Window window = THIS->vt)
1031 CODE: 1029 CODE:
1032 XUngrabButton (THIS->xdisp, button, modifiers, window); 1030 XUngrabButton (THIS->dpy, button, modifiers, window);
1033 1031
1034#if 0 1032#if 0
1035 1033
1036void 1034void
1037XGrabKey (rxvt_term *THIS, int keycode, U32 modifiers, Window window = THIS->vt) 1035XGrabKey (rxvt_term *THIS, int keycode, U32 modifiers, Window window = THIS->vt)
1038 C_ARGS: 1036 C_ARGS:
1039 THIS->xdisp, keycode, modifiers, window, 1, 1037 THIS->dpy, keycode, modifiers, window, 1,
1040 GrabModeSync, GrabModeSync 1038 GrabModeSync, GrabModeSync
1041 1039
1042void 1040void
1043XUngrabKey (rxvt_term *THIS, int keycode, U32 modifiers, Window window = THIS->vt) 1041XUngrabKey (rxvt_term *THIS, int keycode, U32 modifiers, Window window = THIS->vt)
1044 C_ARGS: THIS->xdisp, keycode, modifiers, window 1042 C_ARGS: THIS->dpy, keycode, modifiers, window
1045 1043
1046#endif 1044#endif
1047 1045
1048bool 1046bool
1049rxvt_term::grab (Time eventtime, int sync = 0) 1047rxvt_term::grab (Time eventtime, int sync = 0)
1051{ 1049{
1052 int mode = sync ? GrabModeSync : GrabModeAsync; 1050 int mode = sync ? GrabModeSync : GrabModeAsync;
1053 1051
1054 THIS->perl.grabtime = 0; 1052 THIS->perl.grabtime = 0;
1055 1053
1056 if (!XGrabPointer (THIS->xdisp, THIS->vt, 0, 1054 if (!XGrabPointer (THIS->dpy, THIS->vt, 0,
1057 ButtonPressMask | ButtonReleaseMask | EnterWindowMask | LeaveWindowMask | PointerMotionMask, 1055 ButtonPressMask | ButtonReleaseMask | EnterWindowMask | LeaveWindowMask | PointerMotionMask,
1058 mode, mode, None, GRAB_CURSOR, eventtime)) 1056 mode, mode, None, GRAB_CURSOR, eventtime))
1059 if (!XGrabKeyboard (THIS->xdisp, THIS->vt, 0, mode, mode, eventtime)) 1057 if (!XGrabKeyboard (THIS->dpy, THIS->vt, 0, mode, mode, eventtime))
1060 THIS->perl.grabtime = eventtime; 1058 THIS->perl.grabtime = eventtime;
1061 else 1059 else
1062 XUngrabPointer (THIS->xdisp, eventtime); 1060 XUngrabPointer (THIS->dpy, eventtime);
1063 1061
1064 RETVAL = !!THIS->perl.grabtime; 1062 RETVAL = !!THIS->perl.grabtime;
1065} 1063}
1066 OUTPUT: 1064 OUTPUT:
1067 RETVAL 1065 RETVAL
1068 1066
1069void 1067void
1070rxvt_term::allow_events_async () 1068rxvt_term::allow_events_async ()
1071 CODE: 1069 CODE:
1072 XAllowEvents (THIS->xdisp, AsyncBoth, THIS->perl.grabtime); 1070 XAllowEvents (THIS->dpy, AsyncBoth, THIS->perl.grabtime);
1073 1071
1074void 1072void
1075rxvt_term::allow_events_sync () 1073rxvt_term::allow_events_sync ()
1076 CODE: 1074 CODE:
1077 XAllowEvents (THIS->xdisp, SyncBoth, THIS->perl.grabtime); 1075 XAllowEvents (THIS->dpy, SyncBoth, THIS->perl.grabtime);
1078 1076
1079void 1077void
1080rxvt_term::allow_events_replay () 1078rxvt_term::allow_events_replay ()
1081 CODE: 1079 CODE:
1082 XAllowEvents (THIS->xdisp, ReplayPointer, THIS->perl.grabtime); 1080 XAllowEvents (THIS->dpy, ReplayPointer, THIS->perl.grabtime);
1083 XAllowEvents (THIS->xdisp, ReplayKeyboard, THIS->perl.grabtime); 1081 XAllowEvents (THIS->dpy, ReplayKeyboard, THIS->perl.grabtime);
1084 1082
1085void 1083void
1086rxvt_term::ungrab () 1084rxvt_term::ungrab ()
1087 CODE: 1085 CODE:
1088 ungrab (THIS); 1086 ungrab (THIS);
1294 1292
1295void 1293void
1296rxvt_term::focus_out () 1294rxvt_term::focus_out ()
1297 1295
1298void 1296void
1297rxvt_term::key_press (unsigned int state, unsigned int keycode, Time time = CurrentTime)
1298 ALIAS:
1299 key_release = 1
1300 CODE:
1301{
1302 XKeyEvent xkey;
1303
1304 memset (&xkey, 0, sizeof (xkey));
1305
1306 xkey.time = time;
1307 xkey.state = state;
1308 xkey.keycode = keycode;
1309
1310 xkey.type = ix ? KeyRelease : KeyPress;
1311 xkey.display = THIS->dpy;
1312 xkey.window = THIS->vt;
1313 xkey.root = THIS->display->root;
1314 xkey.subwindow = THIS->vt;
1315
1316 if (ix)
1317 THIS->key_release (xkey);
1318 else
1319 THIS->key_press (xkey);
1320}
1321
1322void
1299rxvt_term::want_refresh () 1323rxvt_term::want_refresh ()
1300 CODE: 1324 CODE:
1301 THIS->want_refresh = 1; 1325 THIS->want_refresh = 1;
1302 1326
1303void 1327void
1494 1518
1495void 1519void
1496rxvt_term::_resource (char *name, int index, SV *newval = 0) 1520rxvt_term::_resource (char *name, int index, SV *newval = 0)
1497 PPCODE: 1521 PPCODE:
1498{ 1522{
1499 struct resval { const char *name; int value; } rslist [] = { 1523 static const struct resval { const char *name; int value; } *rs, rslist [] = {
1500# define def(name) { # name, Rs_ ## name }, 1524# define def(name) { # name, Rs_ ## name },
1501# define reserve(name,count) 1525# define reserve(name,count)
1502# include "rsinc.h" 1526# include "rsinc.h"
1503# undef def 1527# undef def
1504# undef reserve 1528# undef reserve
1505 }; 1529 };
1506 1530
1507 struct resval *rs = rslist + sizeof (rslist) / sizeof (rslist [0]); 1531 rs = rslist + sizeof (rslist) / sizeof (rslist [0]);
1508 1532
1509 do { 1533 do {
1510 if (rs-- == rslist) 1534 if (rs-- == rslist)
1511 croak ("no such resource '%s', requested", name); 1535 croak ("no such resource '%s', requested", name);
1512 } while (strcmp (name, rs->name)); 1536 } while (strcmp (name, rs->name));
1737void 1761void
1738rxvt_term::XListProperties (Window window) 1762rxvt_term::XListProperties (Window window)
1739 PPCODE: 1763 PPCODE:
1740{ 1764{
1741 int count; 1765 int count;
1742 Atom *props = XListProperties (THIS->xdisp, window, &count); 1766 Atom *props = XListProperties (THIS->dpy, window, &count);
1743 1767
1744 EXTEND (SP, count); 1768 EXTEND (SP, count);
1745 while (count--) 1769 while (count--)
1746 PUSHs (newSVuv ((U32)props [count])); 1770 PUSHs (newSVuv ((U32)props [count]));
1747 1771
1756 int format; 1780 int format;
1757 unsigned long nitems; 1781 unsigned long nitems;
1758 unsigned long bytes_after; 1782 unsigned long bytes_after;
1759 unsigned char *prop; 1783 unsigned char *prop;
1760 1784
1761 XGetWindowProperty (THIS->xdisp, window, property, 1785 XGetWindowProperty (THIS->dpy, window, property,
1762 0, 1<<24, 0, AnyPropertyType, 1786 0, 1<<24, 0, AnyPropertyType,
1763 &type, &format, &nitems, &bytes_after, &prop); 1787 &type, &format, &nitems, &bytes_after, &prop);
1764 1788
1765 if (type != None) 1789 if (type != None)
1766 { 1790 {
1785 1809
1786 int elemsize = format == 16 ? sizeof (short) 1810 int elemsize = format == 16 ? sizeof (short)
1787 : format == 32 ? sizeof (long) 1811 : format == 32 ? sizeof (long)
1788 : 1; 1812 : 1;
1789 1813
1790 XChangeProperty (THIS->xdisp, window, property, 1814 XChangeProperty (THIS->dpy, window, property,
1791 type, format, PropModeReplace, 1815 type, format, PropModeReplace,
1792 (unsigned char *)data_, len / elemsize); 1816 (unsigned char *)data_, len / elemsize);
1793 XSync (THIS->xdisp, 0); 1817 XSync (THIS->dpy, 0);
1794} 1818}
1795 1819
1796Atom 1820Atom
1797XInternAtom (rxvt_term *term, char *atom_name, int only_if_exists = FALSE) 1821XInternAtom (rxvt_term *term, char *atom_name, int only_if_exists = FALSE)
1798 C_ARGS: term->xdisp, atom_name, only_if_exists 1822 C_ARGS: term->dpy, atom_name, only_if_exists
1799 1823
1800char * 1824char *
1801XGetAtomName (rxvt_term *term, Atom atom) 1825XGetAtomName (rxvt_term *term, Atom atom)
1802 C_ARGS: term->xdisp, atom 1826 C_ARGS: term->dpy, atom
1803 CLEANUP: 1827 CLEANUP:
1804 XFree (RETVAL); 1828 XFree (RETVAL);
1805 1829
1806void 1830void
1807XDeleteProperty (rxvt_term *term, Window window, Atom property) 1831XDeleteProperty (rxvt_term *term, Window window, Atom property)
1808 C_ARGS: term->xdisp, window, property 1832 C_ARGS: term->dpy, window, property
1809 1833
1810Window 1834Window
1811rxvt_term::DefaultRootWindow () 1835rxvt_term::DefaultRootWindow ()
1812 CODE: 1836 CODE:
1813 RETVAL = THIS->display->root; 1837 RETVAL = THIS->display->root;
1816 1840
1817#if 0 1841#if 0
1818 1842
1819Window 1843Window
1820XCreateSimpleWindow (rxvt_term *term, Window parent, int x, int y, unsigned int width, unsigned int height) 1844XCreateSimpleWindow (rxvt_term *term, Window parent, int x, int y, unsigned int width, unsigned int height)
1821 C_ARGS: term->xdisp, (Window)parent, 1845 C_ARGS: term->dpy, (Window)parent,
1822 x, y, width, height, 0, 1846 x, y, width, height, 0,
1823 term->pix_colors_focused[Color_border], 1847 term->pix_colors_focused[Color_border],
1824 term->pix_colors_focused[Color_border] 1848 term->pix_colors_focused[Color_border]
1825 1849
1826#endif 1850#endif
1827 1851
1828void 1852void
1829XReparentWindow (rxvt_term *term, Window window, Window parent, int x = 0, int y = 0) 1853XReparentWindow (rxvt_term *term, Window window, Window parent, int x = 0, int y = 0)
1830 C_ARGS: term->xdisp, window, parent, x, y 1854 C_ARGS: term->dpy, window, parent, x, y
1831 1855
1832void 1856void
1833XMapWindow (rxvt_term *term, Window window) 1857XMapWindow (rxvt_term *term, Window window)
1834 C_ARGS: term->xdisp, window 1858 C_ARGS: term->dpy, window
1835 1859
1836void 1860void
1837XUnmapWindow (rxvt_term *term, Window window) 1861XUnmapWindow (rxvt_term *term, Window window)
1838 C_ARGS: term->xdisp, window 1862 C_ARGS: term->dpy, window
1839 1863
1840void 1864void
1841XMoveResizeWindow (rxvt_term *term, Window window, int x, int y, unsigned int width, unsigned int height) 1865XMoveResizeWindow (rxvt_term *term, Window window, int x, int y, unsigned int width, unsigned int height)
1842 C_ARGS: term->xdisp, window, x, y, width, height 1866 C_ARGS: term->dpy, window, x, y, width, height
1843 1867
1844void 1868void
1845rxvt_term::XChangeInput (Window window, U32 add_events, U32 del_events = 0) 1869rxvt_term::XChangeInput (Window window, U32 add_events, U32 del_events = 0)
1846 CODE: 1870 CODE:
1847{ 1871{
1848 XWindowAttributes attr; 1872 XWindowAttributes attr;
1849 XGetWindowAttributes (THIS->xdisp, window, &attr); 1873 XGetWindowAttributes (THIS->dpy, window, &attr);
1850 XSelectInput (THIS->xdisp, window, attr.your_event_mask | add_events & ~del_events); 1874 XSelectInput (THIS->dpy, window, attr.your_event_mask | add_events & ~del_events);
1851} 1875}
1852 1876
1853void 1877void
1854rxvt_term::XTranslateCoordinates (Window src, Window dst, int x, int y) 1878rxvt_term::XTranslateCoordinates (Window src, Window dst, int x, int y)
1855 PPCODE: 1879 PPCODE:
1856{ 1880{
1857 int dx, dy; 1881 int dx, dy;
1858 Window child; 1882 Window child;
1859 1883
1860 if (XTranslateCoordinates (THIS->xdisp, src, dst, x, y, &dx, &dy, &child)) 1884 if (XTranslateCoordinates (THIS->dpy, src, dst, x, y, &dx, &dy, &child))
1861 { 1885 {
1862 EXTEND (SP, 3); 1886 EXTEND (SP, 3);
1863 PUSHs (newSViv (dx)); 1887 PUSHs (newSViv (dx));
1864 PUSHs (newSViv (dy)); 1888 PUSHs (newSViv (dy));
1865 PUSHs (newSVuv (child)); 1889 PUSHs (newSVuv (child));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines