1

This is a follow up to this question.

Since, it I can't use GLUT to undecorated windows is there a cross-platform (which should include Mac, Windows, and Ubuntu at minimum) library or way to undecorated a window? I know there are ways to do this for individual operating systems but, I wanted a cross platform way to do it, so I looked at GLUT. Unfortunately, the only option is glutFullScreen which I do not want.

(And can it be in C++ or C too?)

Community
  • 1
  • 1
  • pmg: Fine, I'll specify cross-platform as: Mac, Windows, and Ubuntu. –  Sep 26 '10 at 22:04

2 Answers2

3

Have a look at borderless windows in Qt.

Making a borderless window with for Qt

Community
  • 1
  • 1
epatel
  • 45,805
  • 17
  • 110
  • 144
0

Yes, you can use freeglut to undecorate windows. See the second answer to the question Is it possible to make a window withouth a top in GLUT?

Community
  • 1
  • 1
Stone
  • 1,119
  • 9
  • 17