~onli/simdock/master

« back to all changes in this revision

Viewing changes to src/tasks.h

  • Committer: onli
  • Date: 2012-04-06 23:14:37 UTC
  • Revision ID: git-v1:34faa0ed43dcef74e599624c60200990ab02a65b
Revert "Revert "first step for interactive settings: interactive setting (without specific app-update)""
fighting with git

This reverts commit 6182beada92d1f2c8c5e4ec59e6f06583d6bda4b.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
 
49
49
Window tasks_getFromName (const char *name, int nameLength);
 
50
Window tasks_getFromWindowName (const char *name, int nameLength);
50
51
int tasks_getProcessName (unsigned int pid, char *target_name, int size_targetname);
51
52
void tasks_fillList (ImagesArray * ImagesList,simSettings* settings);
52
53
void tasks_raise (WnckWindow* win);