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.257 by root, Fri Dec 30 16:51:59 2022 UTC vs.
Revision 1.258 by root, Fri Dec 30 21:07:27 2022 UTC

863 const_iv (Color_pointer_bg), 863 const_iv (Color_pointer_bg),
864 const_iv (Color_border), 864 const_iv (Color_border),
865 const_iv (NRS_COLORS), 865 const_iv (NRS_COLORS),
866 const_iv (TOTAL_COLORS), 866 const_iv (TOTAL_COLORS),
867 867
868 const_iv (None),
868 const_iv (CurrentTime), 869 const_iv (CurrentTime),
869 const_iv (ShiftMask), 870 const_iv (ShiftMask),
870 const_iv (LockMask), 871 const_iv (LockMask),
871 const_iv (ControlMask), 872 const_iv (ControlMask),
872 const_iv (Mod1Mask), 873 const_iv (Mod1Mask),
1213 1214
1214 av_pop (av); 1215 av_pop (av);
1215 1216
1216 delete req; 1217 delete req;
1217 1218
1219Region
1220XCreateRegion ()
1221
1222int
1223XUnionRectWithRegion (int x, int y, int w, int h, Region src, Region dst)
1224 CODE:
1225 XRectangle rect;
1226 rect.x = x;
1227 rect.y = y;
1228 rect.width = w;
1229 rect.height = h;
1230 RETVAL = XUnionRectWithRegion (&rect, src, dst);
1231 OUTPUT: RETVAL
1232
1233int
1234XIntersectRegion (Region src1, Region src2, Region res)
1235
1236int
1237XUnionRegion (Region src1, Region src2, Region res)
1238
1239int
1240XSubtractRegion (Region src1, Region src2, Region res)
1241
1242int
1243XXorRegion (Region src1, Region src2, Region res)
1244
1245int
1246XOffsetRegion (Region r, int dx, int dy)
1247
1248int
1249XShrinkRegion (Region r, int dx, int dy)
1250
1251int
1252XDestroyRegion (Region r)
1253
1218MODULE = urxvt PACKAGE = urxvt::term 1254MODULE = urxvt PACKAGE = urxvt::term
1219 1255
1220SV * 1256SV *
1221_new (AV *env, AV *arg) 1257_new (AV *env, AV *arg)
1222 CODE: 1258 CODE:
2223 2259
2224void 2260void
2225XDeleteProperty (rxvt_term *term, Window window, Atom property) 2261XDeleteProperty (rxvt_term *term, Window window, Atom property)
2226 C_ARGS: term->dpy, window, property 2262 C_ARGS: term->dpy, window, property
2227 2263
2228Region
2229XCreateRegion ()
2230
2231int
2232XUnionRectWithRegion (int x, int y, int w, int h, Region src, Region dst)
2233 CODE:
2234 XRectangle rect;
2235 rect.x = x;
2236 rect.y = y;
2237 rect.width = w;
2238 rect.height = h;
2239 RETVAL = XUnionRectWithRegion (&rect, src, dst);
2240 OUTPUT: RETVAL
2241
2242int
2243XIntersectRegion (Region src1, Region src2, Region res)
2244
2245int
2246XUnionRegion (Region src1, Region src2, Region res)
2247
2248int
2249XSubtractRegion (Region src1, Region src2, Region res)
2250
2251int
2252XXorRegion (Region src1, Region src2, Region res)
2253
2254int
2255XOffsetRegion (Region r, int dx, int dy)
2256
2257int
2258XShrinkRegion (Region r, int dx, int dy)
2259
2260int
2261XDestroyRegion (Region r)
2262
2263void 2264void
2264rxvt_term::XShapeQueryVersion () 2265rxvt_term::XShapeQueryVersion ()
2265 PPCODE: 2266 PPCODE:
2266 int major, minor; 2267 int major, minor;
2267 EXTEND (SP, 2); 2268 EXTEND (SP, 2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines