mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-12 11:45:55 +01:00
- the list multiple selection code is working now. it still needs some
minor work and cleanup. - made some bag and array functions to return void instead of int. - a few new array functions. - better handling of mouse wheel. !!! make clean after this update before you rebuild. some enums changed.
This commit is contained in:
@@ -2557,9 +2557,10 @@ prepareForDragOperation(WMView *self, WMDraggingInfo *info)
|
||||
|
||||
char *badbadbad;
|
||||
|
||||
static void
|
||||
receivedData(WMView *view, Atom selection, Atom target, Time timestamp,
|
||||
void *cdata, WMData *data)
|
||||
{
|
||||
{
|
||||
badbadbad = wstrdup((char *)WMDataBytes(data));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user