System information - Debian 8 with gnome display manager.
I have two process - say 'A' and 'B'. 'A' is running as a full screen application and another process 'B' is started. All that B does is it creates a GTK widget and displays it. I am trying to display this widget on top of a full screen application 'A' but somehow it's coming behind and not on top of 'A'.
I have a gnome display manager and I believe that this display manager is blocking the process B to pop up a window on another full screen running application/process A.
Could someone help me on how I can make B to pop up a window on top of A? Need a implementation in C language for this.