[maemo-developers] How to get a program window into the task/window switcher?
From: Frantisek Dufka dufkaf at seznam.czDate: Thu Apr 30 00:06:08 EEST 2009
- Previous message: How to get a program window into the task/window switcher?
- Next message: How to get a program window into the task/window switcher?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Faheem Pervez wrote: > char *name = "Title to show on first line - Title to show on second > line" and then pass that char to XStoreName as the third argument: Indeed. Thanks for figuring this out. One definitely needs the " - " part including spaces there. BTW as for the Mikkov's wiki code sample I've ended with seting both windows at once no mater if fullscreen or not. This saves me updating title of the other window after each fullscreen switch. win = info.info.x11.fswindow; if (win) XStoreName(dpy, win, title); win = info.info.x11.wmwindow; if (win) XStoreName(dpy, win, title); Seems to work for me. Frantisek
- Previous message: How to get a program window into the task/window switcher?
- Next message: How to get a program window into the task/window switcher?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]