.desktop files are read by DesktopFile

Added selection box, but needs more work with redrawing
DND mess; still not work as expected
This commit is contained in:
Sanel Zukan
2007-06-25 09:20:49 +00:00
parent c951b708ce
commit ea32acf7fa
5 changed files with 219 additions and 87 deletions

View File

@ -234,7 +234,7 @@ void draw_overlay_rect(void) {
return;
XSetDashes(fl_display, fl_gc, 0, dash_list, 1);
XSetLineAttributes(fl_display, fl_gc, 1, LineOnOffDash, CapButt, JoinMiter);
XSetLineAttributes(fl_display, fl_gc, 2, LineOnOffDash, CapButt, JoinMiter);
XSetFunction(fl_display, fl_gc, GXxor);
XSetForeground(fl_display, fl_gc, 0xffffffff);