Welcome, Guest. Please login or register.

Author Topic: Amiga C - GUI Question  (Read 1434 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Amiga C - GUI Question
« on: February 02, 2017, 08:55:31 PM »
A recompile won't fix it. Window programming hasn't changed much since OS 1.x. There is no way for a program to influence window border drawing. Therefore it is also impossible for a program to partially disable VisualPrefs and/or Birdie.

Most likely the program opens a borderless window and does all drawing by itself. This is very untypical and as a beginner you probably won't be able to "fix" it. (There is nothing to fix, the developer intended to let the window look like that. You would have to rewrite all the code.)