LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   window without a title bar using xlib (https://www.linuxquestions.org/questions/programming-9/window-without-a-title-bar-using-xlib-414287/)

CarzyIvan 02-11-2006 03:54 PM

window without a title bar using xlib
 
How can i create a window without title bar ( tell window manager to not make it) using xlib? I want to make full-screen OpenGL application and it seems like the only way to do it. googled this question for 3 hours, nothing found (found some topics about how to do it in qt? but nothing more)

paulsm4 02-11-2006 04:21 PM

XSetWMHints()
 
My first thought was something with the standard Xlib call "XSetWMHints()".

Here's a link that might help:
http://wiki.tcl.tk/13409


All times are GMT -5. The time now is 03:18 PM.